Html Css Color HEX #AF9CE8 Biloba Flower

📋 copy color: '#AF9CE8'

red 175 ◦ green 156 ◦ blue 232

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

Shades of Biloba Flower #AF9CE8

Tints of Biloba Flower #AF9CE8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.71%

 BLUE value IS 232 (91.02% from 255) = 41.21%

R = 31.08%
G = 27.71%
B = 41.21%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF9CE8 (or 0xAF9CE8) is known color: Biloba Flower. HEX triplet: AF, 9C and E8. RGB value is (175,156,232). Sum of RGB (Red+Green+Blue) = 175+156+232=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF9CE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9CE8 is #506317. Grayscale: #AAAAAA. Windows color (decimal): -5268248 or 15244463. OLE color: 15244463.

HSL color Cylindrical-coordinate representation of color #AF9CE8: hue angle of 255º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9CE8 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 156 232 -
CMYK 0.25 0.33 0 0.09
HSL 255º 0.62% 0.76% -
HSV(B) 255º 0.33% 0.91% -
XYZ 44.13 38.72 81.49 -
YUV 170.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 175 156 232 0.25 0.33 0 0.09 255 0.62 0.76
Hex AF 9C E8 19 21 0 9 FF 3E 4C
Octal 257 234 350 31 41 0 11 377 76 114
Binary 10101111 10011100 11101000 11001 100001 0 1001 11111111 111110 1001100

Color Harmonies of #AF9CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9CE8

Black with #AF9CE8

Text Example


Text Example

White with #AF9CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9CE8; }

 p { color: rgb(175,156,232); }

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

background-color css

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

 a { background-color: rgb(175,156,232); }

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

border-color css

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

 span { border-color: rgb(175,156,232); }

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