#A28ED9

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

Shades of Biloba Flower #A28ED9

Tints of Biloba Flower #A28ED9

Color information

#A28ED9 (or 0xA28ED9) is unknown color: approx Biloba Flower. HEX triplet: A2, 8E and D9. RGB value is (162,142,217). Sum of RGB (Red+Green+Blue) = 162+142+217=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #A28ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ED9 is #5D7126. Grayscale: #9C9C9C. Windows color (decimal): -6123815 or 14257826. OLE color: 14257826.

HSL color Cylindrical-coordinate representation of color #A28ED9: hue angle of 256º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A28ED9 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB162142217-
CMYK0.250.3500.15
HSL256º49.67%70.39%-
HSV(B)256º34.56%85.1%-
XYZ37.132.0469.87-
YUV156.53162.13131.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 217 (85.16% from 255) = 41.65%
R=31.09%
G=27.26%
B=41.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1621422170.250.3500.1525649.6770.39
HexA28ED919230F1003246
Octal242216331314301740062106
Binary10100010100011101101100111001100011011111000000001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28ED9; }

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

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

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

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

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

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

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

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