#AF9FEC

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

Shades of Biloba Flower #AF9FEC

Tints of Biloba Flower #AF9FEC

Color information

#AF9FEC (or 0xAF9FEC) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and EC. RGB value is (175,159,236). Sum of RGB (Red+Green+Blue) = 175+159+236=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF9FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9FEC is #506013. Grayscale: #ACACAC. Windows color (decimal): -5267476 or 15507375. OLE color: 15507375.

HSL color Cylindrical-coordinate representation of color #AF9FEC: hue angle of 252.47º 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 #AF9FEC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175159236-
CMYK0.260.3300.07
HSL252.47º66.96%77.45%-
HSV(B)252.47º32.63%92.55%-
XYZ45.2239.9784.69-
YUV172.56163.8129.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=30.70%
G=27.89%
B=41.40%

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
Decimal1751592360.260.3300.07252.4766.9677.45
HexAF9FEC1A2107fc434d
Octal257237354324107374103115
Binary1010111110011111111011001101010000101111111110010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FEC; }

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

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

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

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

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

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

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

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