#AF9EEC

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

Shades of Biloba Flower #AF9EEC

Tints of Biloba Flower #AF9EEC

Color information

#AF9EEC (or 0xAF9EEC) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and EC. RGB value is (175,158,236). Sum of RGB (Red+Green+Blue) = 175+158+236=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF9EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EEC is #506113. Grayscale: #ABABAB. Windows color (decimal): -5267732 or 15507119. OLE color: 15507119.

HSL color Cylindrical-coordinate representation of color #AF9EEC: hue angle of 253.08º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9EEC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175158236-
CMYK0.260.3300.07
HSL253.08º67.24%77.25%-
HSV(B)253.08º33.05%92.55%-
XYZ45.0539.6284.63-
YUV171.98164.13130.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=30.76%
G=27.77%
B=41.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751582360.260.3300.07253.0867.2477.25
HexAF9EEC1A2107fd434d
Octal257236354324107375103115
Binary1010111110011110111011001101010000101111111110110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EEC; }

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

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

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

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

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

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

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

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