#AF9EF2

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

Shades of Biloba Flower #AF9EF2

Tints of Biloba Flower #AF9EF2

Color information

#AF9EF2 (or 0xAF9EF2) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and F2. RGB value is (175,158,242). Sum of RGB (Red+Green+Blue) = 175+158+242=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF9EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EF2 is #50610D. Grayscale: #ACACAC. Windows color (decimal): -5267726 or 15900335. OLE color: 15900335.

HSL color Cylindrical-coordinate representation of color #AF9EF2: hue angle of 252.14º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF9EF2 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175158242-
CMYK0.280.3500.05
HSL252.14º76.36%78.43%-
HSV(B)252.14º34.71%94.9%-
XYZ45.9339.9889.3-
YUV172.66167.13129.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 158 (62.11% from 255) = 27.48%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=30.43%
G=27.48%
B=42.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751582420.280.3500.05252.1476.3678.43
HexAF9EF21C2305fc4c4e
Octal257236362344305374114116
Binary1010111110011110111100101110010001101011111110010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EF2; }

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

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

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

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

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

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

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

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