Html Css Color HEX #AF7699 Bouquet

📋 copy color: '#AF7699'

red 175 ◦ green 118 ◦ blue 153

#AF7699
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AF7699

Tints of Bouquet #AF7699

RGB

 RED value IS 175 (68.75% from 255) = 39.24%

 GREEN value IS 118 (46.48% from 255) = 26.46%

 BLUE value IS 153 (60.16% from 255) = 34.3%

R = 39.24%
G = 26.46%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF7699 (or 0xAF7699) is known color: Bouquet. HEX triplet: AF, 76 and 99. RGB value is (175,118,153). Sum of RGB (Red+Green+Blue) = 175+118+153=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7699 is #508966. Grayscale: #8A8A8A. Windows color (decimal): -5278055 or 10057391. OLE color: 10057391.

HSL color Cylindrical-coordinate representation of color #AF7699: hue angle of 323.16º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF7699 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 153 -
CMYK 0 0.33 0.13 0.31
HSL 323.16º 0.26% 0.57% -
HSV(B) 323.16º 0.33% 0.69% -
XYZ 29.91 24.37 33.26 -
YUV 139.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 175 118 153 0 0.33 0.13 0.31 323.16 0.26 0.57
Hex AF 76 99 0 21 D 1F 143 1A 39
Octal 257 166 231 0 41 15 37 503 32 71
Binary 10101111 1110110 10011001 0 100001 1101 11111 101000011 11010 111001

Color Harmonies of #AF7699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7699

Black with #AF7699

Text Example


Text Example

White with #AF7699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7699; }

 p { color: rgb(175,118,153); }

 H1.HeaderClassName
 {
   color: #AF7699;
 }
 .AnyTagClassName
 {
   color: #AF7699;
 }
</style>

background-color css

<style>
 a { background-color: #AF7699; }

 a { background-color: rgb(175,118,153); }

 div.DivClassName
 {
   background-color: #AF7699;
 }
 .BgClassName
 {
   background-color: #AF7699;
 }
</style>

border-color css

<style>
 span { border-color: #AF7699; }

 span { border-color: rgb(175,118,153); }

 td.TdClassName
 {
   border-color: #AF7699;
 }
 .TagClassName
 {
   border-color: #AF7699;
 }
</style>