#A28EED

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

Shades of Biloba Flower #A28EED

Tints of Biloba Flower #A28EED

Color information

#A28EED (or 0xA28EED) is unknown color: approx Biloba Flower. HEX triplet: A2, 8E and ED. RGB value is (162,142,237). Sum of RGB (Red+Green+Blue) = 162+142+237=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #A28EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EED is #5D7112. Grayscale: #9E9E9E. Windows color (decimal): -6123795 or 15568546. OLE color: 15568546.

HSL color Cylindrical-coordinate representation of color #A28EED: hue angle of 252.63º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28EED is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162142237-
CMYK0.320.4000.07
HSL252.63º72.52%74.31%-
HSV(B)252.63º40.08%92.94%-
XYZ39.8633.1484.42-
YUV158.81172.13130.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.94%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=29.94%
G=26.25%
B=43.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621422370.320.4000.07252.6372.5274.31
HexA28EED202807fd494a
Octal242216355405007375111112
Binary10100010100011101110110110000010100001111111110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28EED; }

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

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

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

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

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

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

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

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