Html Css Color HEX #AF6497 Bouquet

📋 copy color: '#AF6497'

red 175 ◦ green 100 ◦ blue 151

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

Shades of Bouquet #AF6497

Tints of Bouquet #AF6497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

 BLUE value IS 151 (59.38% from 255) = 35.45%

R = 41.08%
G = 23.47%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF6497 (or 0xAF6497) is known color: Bouquet. HEX triplet: AF, 64 and 97. RGB value is (175,100,151). Sum of RGB (Red+Green+Blue) = 175+100+151=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6497 is #509B68. Grayscale: #808080. Windows color (decimal): -5282665 or 9921711. OLE color: 9921711.

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

Color convert

RGB 175 100 151 -
CMYK 0 0.43 0.14 0.31
HSL 319.2º 0.32% 0.54% -
HSV(B) 319.2º 0.43% 0.69% -
XYZ 27.82 20.46 31.76 -
YUV 128.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 175 100 151 0 0.43 0.14 0.31 319.2 0.32 0.54
Hex AF 64 97 0 2B E 1F 13F 20 36
Octal 257 144 227 0 53 16 37 477 40 66
Binary 10101111 1100100 10010111 0 101011 1110 11111 100111111 100000 110110

Color Harmonies of #AF6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6497

Black with #AF6497

Text Example


Text Example

White with #AF6497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6497; }

 p { color: rgb(175,100,151); }

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

background-color css

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

 a { background-color: rgb(175,100,151); }

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

border-color css

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

 span { border-color: rgb(175,100,151); }

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