#AF9EEE

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

Shades of Biloba Flower #AF9EEE

Tints of Biloba Flower #AF9EEE

Color information

#AF9EEE (or 0xAF9EEE) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and EE. RGB value is (175,158,238). Sum of RGB (Red+Green+Blue) = 175+158+238=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF9EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9EEE is #506111. Grayscale: #ABABAB. Windows color (decimal): -5267730 or 15638191. OLE color: 15638191.

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

Color convert

RGB175158238-
CMYK0.260.3400.07
HSL252.75º70.18%77.65%-
HSV(B)252.75º33.61%93.33%-
XYZ45.3439.7486.17-
YUV172.2165.13130-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 158 (62.11% from 255) = 27.67%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=30.65%
G=27.67%
B=41.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751582380.260.3400.07252.7570.1877.65
HexAF9EEE1A2207fd464e
Octal257236356324207375106116
Binary1010111110011110111011101101010001001111111110110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EEE; }

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

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

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

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

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

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

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

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