#A28AE4

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

Shades of Biloba Flower #A28AE4

Tints of Biloba Flower #A28AE4

Color information

#A28AE4 (or 0xA28AE4) is unknown color: approx Biloba Flower. HEX triplet: A2, 8A and E4. RGB value is (162,138,228). Sum of RGB (Red+Green+Blue) = 162+138+228=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #A28AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28AE4 is #5D751B. Grayscale: #9B9B9B. Windows color (decimal): -6124828 or 14977698. OLE color: 14977698.

HSL color Cylindrical-coordinate representation of color #A28AE4: hue angle of 256º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A28AE4 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB162138228-
CMYK0.290.3900.11
HSL256º62.5%71.76%-
HSV(B)256º39.47%89.41%-
XYZ37.9931.4677.47-
YUV155.44168.95132.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 228 (89.45% from 255) = 43.18%
R=30.68%
G=26.14%
B=43.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1621382280.290.3900.1125662.571.76
HexA28AE41D270B1003e48
Octal242212344354701340076110
Binary10100010100010101110010011101100111010111000000001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28AE4; }

 p { color: rgb(162,138,228); }

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

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

 a { background-color: rgb(162,138,228); }

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

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

 span { border-color: rgb(162,138,228); }

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