#A28BDB

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

Shades of Biloba Flower #A28BDB

Tints of Biloba Flower #A28BDB

Color information

#A28BDB (or 0xA28BDB) is unknown color: approx Biloba Flower. HEX triplet: A2, 8B and DB. RGB value is (162,139,219). Sum of RGB (Red+Green+Blue) = 162+139+219=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #A28BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BDB is #5D7424. Grayscale: #9A9A9A. Windows color (decimal): -6124581 or 14388130. OLE color: 14388130.

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

Color convert

RGB162139219-
CMYK0.260.3700.14
HSL257.25º52.63%70.2%-
HSV(B)257.25º36.53%85.88%-
XYZ36.9231.2671.11-
YUV155164.12133-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.15%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=31.15%
G=26.73%
B=42.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621392190.260.3700.14257.2552.6370.2
HexA28BDB1A250E1013546
Octal242213333324501640165106
Binary10100010100010111101101111010100101011101000000011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BDB; }

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

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

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

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

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

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

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

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