#A28ED1

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

Shades of Biloba Flower #A28ED1

Tints of Biloba Flower #A28ED1

Color information

#A28ED1 (or 0xA28ED1) is unknown color: approx Biloba Flower. HEX triplet: A2, 8E and D1. RGB value is (162,142,209). Sum of RGB (Red+Green+Blue) = 162+142+209=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #A28ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ED1 is #5D712E. Grayscale: #9B9B9B. Windows color (decimal): -6123823 or 13733538. OLE color: 13733538.

HSL color Cylindrical-coordinate representation of color #A28ED1: hue angle of 257.91º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A28ED1 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162142209-
CMYK0.220.3200.18
HSL257.91º42.14%68.82%-
HSV(B)257.91º32.06%81.96%-
XYZ36.0831.6364.53-
YUV155.62158.13132.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.58%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=31.58%
G=27.68%
B=40.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621422090.220.3200.18257.9142.1468.82
HexA28ED116200121022a45
Octal242216321264002240252105
Binary101000101000111011010001101101000000100101000000101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28ED1; }

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

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

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

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

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

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

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

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