#AFA4DB

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

Shades of Biloba Flower #AFA4DB

Tints of Biloba Flower #AFA4DB

Color information

#AFA4DB (or 0xAFA4DB) is unknown color: approx Biloba Flower. HEX triplet: AF, A4 and DB. RGB value is (175,164,219). Sum of RGB (Red+Green+Blue) = 175+164+219=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4DB is #505B24. Grayscale: #ADADAD. Windows color (decimal): -5266213 or 14394543. OLE color: 14394543.

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

Color convert

RGB175164219-
CMYK0.200.2500.14
HSL252º43.31%75.1%-
HSV(B)252º25.11%85.88%-
XYZ43.7440.7872.58-
YUV173.56153.64129.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=31.36%
G=29.39%
B=39.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751642190.200.2500.1425243.3175.1
HexAFA4DB14190Efc2b4b
Octal257244333243101637453113
Binary101011111010010011011011101001100101110111111001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4DB; }

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

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

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

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

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

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

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

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