#A28BEE

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

Shades of Biloba Flower #A28BEE

Tints of Biloba Flower #A28BEE

Color information

#A28BEE (or 0xA28BEE) is unknown color: approx Biloba Flower. HEX triplet: A2, 8B and EE. RGB value is (162,139,238). Sum of RGB (Red+Green+Blue) = 162+139+238=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #A28BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BEE is #5D7411. Grayscale: #9C9C9C. Windows color (decimal): -6124562 or 15633314. OLE color: 15633314.

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

Color convert

RGB162139238-
CMYK0.320.4200.07
HSL253.94º74.44%73.92%-
HSV(B)253.94º41.6%93.33%-
XYZ39.5732.3285.04-
YUV157.16173.62131.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 238 (93.36% from 255) = 44.16%
R=30.06%
G=25.79%
B=44.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621392380.320.4200.07253.9474.4473.92
HexA28BEE202A07fe4a4a
Octal242213356405207376112112
Binary10100010100010111110111010000010101001111111111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BEE; }

 p { color: rgb(162,139,238); }

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

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

 a { background-color: rgb(162,139,238); }

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

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

 span { border-color: rgb(162,139,238); }

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