#a28bde

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

Shades of Biloba Flower #A28BDE

Tints of Biloba Flower #A28BDE

Color information

#A28BDE (or 0xA28BDE) is unknown color: approx Biloba Flower. HEX triplet: A2, 8B and DE. RGB value is (162,139,222). Sum of RGB (Red+Green+Blue) = 162+139+222=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #A28BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BDE is #5D7421. Grayscale: #9B9B9B. Windows color (decimal): -6124578 or 14584738. OLE color: 14584738.

HSL color Cylindrical-coordinate representation of color #A28BDE: hue angle of 256.63º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A28BDE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162139222-
CMYK0.270.3700.13
HSL256.63º55.7%70.78%-
HSV(B)256.63º37.39%87.06%-
XYZ37.3231.4273.21-
YUV155.34165.62132.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=30.98%
G=26.58%
B=42.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621392220.270.3700.13256.6355.770.78
HexA28BDE1B250D1013847
Octal242213336334501540170107
Binary10100010100010111101111011011100101011011000000011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a28bde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a28bde; }

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

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

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

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

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

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

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

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