#AF9EE4

Color #AF9EE4 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AF9EE4

Tints of Biloba Flower #AF9EE4

Color information

#AF9EE4 (or 0xAF9EE4) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and E4. RGB value is (175,158,228). Sum of RGB (Red+Green+Blue) = 175+158+228=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF9EE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EE4 is #50611B. Grayscale: #AAAAAA. Windows color (decimal): -5267740 or 14982831. OLE color: 14982831.

HSL color Cylindrical-coordinate representation of color #AF9EE4: hue angle of 254.57º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF9EE4 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175158228-
CMYK0.230.3100.11
HSL254.57º56.45%75.69%-
HSV(B)254.57º30.7%89.41%-
XYZ43.9139.1778.64-
YUV171.06160.13130.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 158 (62.11% from 255) = 28.16%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=31.19%
G=28.16%
B=40.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751582280.230.3100.11254.5756.4575.69
HexAF9EE4171F0Bff384c
Octal257236344273701337770114
Binary101011111001111011100100101111111101011111111111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EE4; }

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

 H1.HeaderClassName
 {
   color: #AF9EE4;
 }
 .AnyTagClassName
 {
   color: #AF9EE4;
 }
</style>
background-color css

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

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

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

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

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

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