Html Css Color HEX #AF9EE8 Biloba Flower

📋 copy color: '#AF9EE8'

red 175 ◦ green 158 ◦ blue 232

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

Shades of Biloba Flower #AF9EE8

Tints of Biloba Flower #AF9EE8

RGB

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

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

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

R = 30.97%
G = 27.96%
B = 41.06%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF9EE8 (or 0xAF9EE8) is known color: Biloba Flower. HEX triplet: AF, 9E and E8. RGB value is (175,158,232). Sum of RGB (Red+Green+Blue) = 175+158+232=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF9EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EE8 is #506117. Grayscale: #ABABAB. Windows color (decimal): -5267736 or 15244975. OLE color: 15244975.

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

Color convert

RGB 175 158 232 -
CMYK 0.25 0.32 0 0.09
HSL 253.78º 0.62% 0.76% -
HSV(B) 253.78º 0.32% 0.91% -
XYZ 44.47 39.39 81.6 -
YUV 171.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 175 158 232 0.25 0.32 0 0.09 253.78 0.62 0.76
Hex AF 9E E8 19 20 0 9 FE 3E 4C
Octal 257 236 350 31 40 0 11 376 76 114
Binary 10101111 10011110 11101000 11001 100000 0 1001 11111110 111110 1001100

Color Harmonies of #AF9EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EE8

Black with #AF9EE8

Text Example


Text Example

White with #AF9EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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