#A28EDD

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

Shades of Biloba Flower #A28EDD

Tints of Biloba Flower #A28EDD

Color information

#A28EDD (or 0xA28EDD) is unknown color: approx Biloba Flower. HEX triplet: A2, 8E and DD. RGB value is (162,142,221). Sum of RGB (Red+Green+Blue) = 162+142+221=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #A28EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EDD is #5D7122. Grayscale: #9C9C9C. Windows color (decimal): -6123811 or 14519970. OLE color: 14519970.

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

Color convert

RGB162142221-
CMYK0.270.3600.13
HSL255.19º53.74%71.18%-
HSV(B)255.19º35.75%86.67%-
XYZ37.6232.2572.65-
YUV156.99164.13131.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=30.86%
G=27.05%
B=42.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621422210.270.3600.13255.1953.7471.18
HexA28EDD1B240Dff3647
Octal242216335334401537766107
Binary1010001010001110110111011101110010001101111111111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28EDD; }

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

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

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

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

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

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

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

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