#A28AEE

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

Shades of Biloba Flower #A28AEE

Tints of Biloba Flower #A28AEE

Color information

#A28AEE (or 0xA28AEE) is unknown color: approx Biloba Flower. HEX triplet: A2, 8A and EE. RGB value is (162,138,238). Sum of RGB (Red+Green+Blue) = 162+138+238=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #A28AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28AEE is #5D7511. Grayscale: #9C9C9C. Windows color (decimal): -6124818 or 15633058. OLE color: 15633058.

HSL color Cylindrical-coordinate representation of color #A28AEE: hue angle of 254.4º degrees, saturation: 0.75, 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 #A28AEE is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162138238-
CMYK0.320.4200.07
HSL254.4º74.63%73.73%-
HSV(B)254.4º42.02%93.33%-
XYZ39.4232.0384.99-
YUV156.58173.95131.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.11%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 238 (93.36% from 255) = 44.24%
R=30.11%
G=25.65%
B=44.24%

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
Decimal1621382380.320.4200.07254.474.6373.73
HexA28AEE202A07fe4b4a
Octal242212356405207376113112
Binary10100010100010101110111010000010101001111111111010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28AEE; }

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

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

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

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

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

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

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

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