#AF9FEB

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

Shades of Biloba Flower #AF9FEB

Tints of Biloba Flower #AF9FEB

Color information

#AF9FEB (or 0xAF9FEB) is unknown color: approx Biloba Flower. HEX triplet: AF, 9F and EB. RGB value is (175,159,235). Sum of RGB (Red+Green+Blue) = 175+159+235=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9FEB is #506014. Grayscale: #ACACAC. Windows color (decimal): -5267477 or 15441839. OLE color: 15441839.

HSL color Cylindrical-coordinate representation of color #AF9FEB: hue angle of 252.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF9FEB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175159235-
CMYK0.260.3200.08
HSL252.63º65.52%77.25%-
HSV(B)252.63º32.34%92.16%-
XYZ45.0739.9183.92-
YUV172.45163.3129.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 159 (62.5% from 255) = 27.94%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=30.76%
G=27.94%
B=41.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751592350.260.3200.08252.6365.5277.25
HexAF9FEB1A2008fd424d
Octal2572373533240010375102115
Binary10101111100111111110101111010100000010001111110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FEB; }

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

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

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

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

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

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

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

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