#A28CEA

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

Shades of Biloba Flower #A28CEA

Tints of Biloba Flower #A28CEA

Color information

#A28CEA (or 0xA28CEA) is unknown color: approx Biloba Flower. HEX triplet: A2, 8C and EA. RGB value is (162,140,234). Sum of RGB (Red+Green+Blue) = 162+140+234=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #A28CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CEA is #5D7315. Grayscale: #9C9C9C. Windows color (decimal): -6124310 or 15371426. OLE color: 15371426.

HSL color Cylindrical-coordinate representation of color #A28CEA: hue angle of 254.04º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28CEA is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162140234-
CMYK0.310.4000.08
HSL254.04º69.12%73.33%-
HSV(B)254.04º40.17%91.76%-
XYZ39.1332.3882.03-
YUV157.29171.29131.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 140 (55.08% from 255) = 26.12%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=30.22%
G=26.12%
B=43.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621402340.310.4000.08254.0469.1273.33
HexA28CEA1F2808fe4549
Octal2422143523750010376105111
Binary10100010100011001110101011111101000010001111111010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CEA; }

 p { color: rgb(162,140,234); }

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

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

 a { background-color: rgb(162,140,234); }

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

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

 span { border-color: rgb(162,140,234); }

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