Html Css Color HEX #AF6691 Bouquet

📋 copy color: '#AF6691'

red 175 ◦ green 102 ◦ blue 145

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

Shades of Bouquet #AF6691

Tints of Bouquet #AF6691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.17%

 BLUE value IS 145 (57.03% from 255) = 34.36%

R = 41.47%
G = 24.17%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF6691 (or 0xAF6691) is known color: Bouquet. HEX triplet: AF, 66 and 91. RGB value is (175,102,145). Sum of RGB (Red+Green+Blue) = 175+102+145=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6691 is #50996E. Grayscale: #808080. Windows color (decimal): -5282159 or 9529007. OLE color: 9529007.

HSL color Cylindrical-coordinate representation of color #AF6691: hue angle of 324.66º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6691 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 145 -
CMYK 0 0.42 0.17 0.31
HSL 324.66º 0.31% 0.54% -
HSV(B) 324.66º 0.42% 0.69% -
XYZ 27.54 20.66 29.32 -
YUV 128.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 175 102 145 0 0.42 0.17 0.31 324.66 0.31 0.54
Hex AF 66 91 0 2A 11 1F 145 1F 36
Octal 257 146 221 0 52 21 37 505 37 66
Binary 10101111 1100110 10010001 0 101010 10001 11111 101000101 11111 110110

Color Harmonies of #AF6691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6691

Black with #AF6691

Text Example


Text Example

White with #AF6691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6691; }

 p { color: rgb(175,102,145); }

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

background-color css

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

 a { background-color: rgb(175,102,145); }

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

border-color css

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

 span { border-color: rgb(175,102,145); }

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