Html Css Color HEX #AF9ECC Biloba Flower

📋 copy color: '#AF9ECC'

red 175 ◦ green 158 ◦ blue 204

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

Shades of Biloba Flower #AF9ECC

Tints of Biloba Flower #AF9ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.42%

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 32.59%
G = 29.42%
B = 37.99%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF9ECC (or 0xAF9ECC) is known color: Biloba Flower. HEX triplet: AF, 9E and CC. RGB value is (175,158,204). Sum of RGB (Red+Green+Blue) = 175+158+204=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ECC is #506133. Grayscale: #A8A8A8. Windows color (decimal): -5267764 or 13409967. OLE color: 13409967.

HSL color Cylindrical-coordinate representation of color #AF9ECC: hue angle of 262.17º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF9ECC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 158 204 -
CMYK 0.14 0.23 0 0.2
HSL 262.17º 0.31% 0.71% -
HSV(B) 262.17º 0.23% 0.8% -
XYZ 40.81 37.93 62.3 -
YUV 168.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 175 158 204 0.14 0.23 0 0.2 262.17 0.31 0.71
Hex AF 9E CC E 17 0 14 106 1F 47
Octal 257 236 314 16 27 0 24 406 37 107
Binary 10101111 10011110 11001100 1110 10111 0 10100 100000110 11111 1000111

Color Harmonies of #AF9ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9ECC

Black with #AF9ECC

Text Example


Text Example

White with #AF9ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9ECC; }

 p { color: rgb(175,158,204); }

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

background-color css

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

 a { background-color: rgb(175,158,204); }

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

border-color css

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

 span { border-color: rgb(175,158,204); }

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