#A28EE1

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

Shades of Biloba Flower #A28EE1

Tints of Biloba Flower #A28EE1

Color information

#A28EE1 (or 0xA28EE1) is unknown color: approx Biloba Flower. HEX triplet: A2, 8E and E1. RGB value is (162,142,225). Sum of RGB (Red+Green+Blue) = 162+142+225=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #A28EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EE1 is #5D711E. Grayscale: #9D9D9D. Windows color (decimal): -6123807 or 14782114. OLE color: 14782114.

HSL color Cylindrical-coordinate representation of color #A28EE1: hue angle of 254.46º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A28EE1 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB162142225-
CMYK0.280.3700.12
HSL254.46º58.04%71.96%-
HSV(B)254.46º36.89%88.24%-
XYZ38.1632.4675.49-
YUV157.44166.13131.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 225 (88.28% from 255) = 42.53%
R=30.62%
G=26.84%
B=42.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1621422250.280.3700.12254.4658.0471.96
HexA28EE11C250Cfe3a48
Octal242216341344501437672110
Binary1010001010001110111000011110010010101100111111101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28EE1; }

 p { color: rgb(162,142,225); }

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

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

 a { background-color: rgb(162,142,225); }

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

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

 span { border-color: rgb(162,142,225); }

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