#AF9EDB

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

Shades of Biloba Flower #AF9EDB

Tints of Biloba Flower #AF9EDB

Color information

#AF9EDB (or 0xAF9EDB) is unknown color: approx Biloba Flower. HEX triplet: AF, 9E and DB. RGB value is (175,158,219). Sum of RGB (Red+Green+Blue) = 175+158+219=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EDB is #506124. Grayscale: #A9A9A9. Windows color (decimal): -5267749 or 14393007. OLE color: 14393007.

HSL color Cylindrical-coordinate representation of color #AF9EDB: hue angle of 256.72º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF9EDB is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175158219-
CMYK0.200.2800.14
HSL256.72º45.86%73.92%-
HSV(B)256.72º27.85%85.88%-
XYZ42.6938.6872.23-
YUV170.04155.63131.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 158 (62.11% from 255) = 28.62%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=31.70%
G=28.62%
B=39.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751582190.200.2800.14256.7245.8673.92
HexAF9EDB141C0E1012e4a
Octal257236333243401640156112
Binary1010111110011110110110111010011100011101000000011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EDB; }

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

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

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

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

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

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

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

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