#A28BEB

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

Shades of Biloba Flower #A28BEB

Tints of Biloba Flower #A28BEB

Color information

#A28BEB (or 0xA28BEB) is unknown color: approx Biloba Flower. HEX triplet: A2, 8B and EB. RGB value is (162,139,235). Sum of RGB (Red+Green+Blue) = 162+139+235=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #A28BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BEB is #5D7414. Grayscale: #9C9C9C. Windows color (decimal): -6124565 or 15436706. OLE color: 15436706.

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

Color convert

RGB162139235-
CMYK0.310.4100.08
HSL254.38º70.59%73.33%-
HSV(B)254.38º40.85%92.16%-
XYZ39.1332.1482.74-
YUV156.82172.12131.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 235 (92.19% from 255) = 43.84%
R=30.22%
G=25.93%
B=43.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621392350.310.4100.08254.3870.5973.33
HexA28BEB1F2908fe4749
Octal2422133533751010376107111
Binary10100010100010111110101111111101001010001111111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BEB; }

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

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

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

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

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

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

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

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