#A28DDB

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

Shades of Biloba Flower #A28DDB

Tints of Biloba Flower #A28DDB

Color information

#A28DDB (or 0xA28DDB) is unknown color: approx Biloba Flower. HEX triplet: A2, 8D and DB. RGB value is (162,141,219). Sum of RGB (Red+Green+Blue) = 162+141+219=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #A28DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DDB is #5D7224. Grayscale: #9B9B9B. Windows color (decimal): -6124069 or 14388642. OLE color: 14388642.

HSL color Cylindrical-coordinate representation of color #A28DDB: hue angle of 256.15º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A28DDB is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162141219-
CMYK0.260.3600.14
HSL256.15º52%70.59%-
HSV(B)256.15º35.62%85.88%-
XYZ37.2131.8571.2-
YUV156.17163.46132.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.03%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=31.03%
G=27.01%
B=41.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621412190.260.3600.14256.155270.59
HexA28DDB1A240E1003447
Octal242215333324401640064107
Binary10100010100011011101101111010100100011101000000001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DDB; }

 p { color: rgb(162,141,219); }

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

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

 a { background-color: rgb(162,141,219); }

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

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

 span { border-color: rgb(162,141,219); }

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