#AF9EFF

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

Shades of Biloba Flower #AF9EFF

Tints of Biloba Flower #AF9EFF

Color information

#AF9EFF (or 0xAF9EFF) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and FF. RGB value is (175,158,255). Sum of RGB (Red+Green+Blue) = 175+158+255=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF9EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EFF is #506100. Grayscale: #ADADAD. Windows color (decimal): -5267713 or 16752303. OLE color: 16752303.

HSL color Cylindrical-coordinate representation of color #AF9EFF: hue angle of 250.52º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF9EFF is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB175158255-
CMYK0.310.3800
HSL250.52º100%80.98%-
HSV(B)250.52º38.04%100%-
XYZ47.9640.7999.95-
YUV174.14173.63128.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 158 (62.11% from 255) = 26.87%
BLUE value IS 255 (100% from 255) = 43.37%
R=29.76%
G=26.87%
B=43.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751582550.310.3800250.5210080.98
HexAF9EFF1F2600fb6451
Octal257236377374600373144121
Binary10101111100111101111111111111100110001111101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EFF; }

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

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

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

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

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

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

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

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