#A28FEB

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

Shades of Biloba Flower #A28FEB

Tints of Biloba Flower #A28FEB

Color information

#A28FEB (or 0xA28FEB) is unknown color: approx Biloba Flower. HEX triplet: A2, 8F and EB. RGB value is (162,143,235). Sum of RGB (Red+Green+Blue) = 162+143+235=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #A28FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FEB is #5D7014. Grayscale: #9E9E9E. Windows color (decimal): -6123541 or 15437730. OLE color: 15437730.

HSL color Cylindrical-coordinate representation of color #A28FEB: hue angle of 252.39º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A28FEB is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162143235-
CMYK0.310.3900.08
HSL252.39º69.7%74.12%-
HSV(B)252.39º39.15%92.16%-
XYZ39.7233.3282.94-
YUV159.17170.79130.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=30%
G=26.48%
B=43.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621432350.310.3900.08252.3969.774.12
HexA28FEB1F2708fc464a
Octal2422173533747010374106112
Binary10100010100011111110101111111100111010001111110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FEB; }

 p { color: rgb(162,143,235); }

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

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

 a { background-color: rgb(162,143,235); }

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

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

 span { border-color: rgb(162,143,235); }

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