#A88BEB

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

Shades of Biloba Flower #A88BEB

Tints of Biloba Flower #A88BEB

Color information

#A88BEB (or 0xA88BEB) is unknown color: approx Biloba Flower. HEX triplet: A8, 8B and EB. RGB value is (168,139,235). Sum of RGB (Red+Green+Blue) = 168+139+235=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #A88BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88BEB is #577414. Grayscale: #9E9E9E. Windows color (decimal): -5731349 or 15436712. OLE color: 15436712.

HSL color Cylindrical-coordinate representation of color #A88BEB: hue angle of 258.12º 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 #A88BEB is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168139235-
CMYK0.290.4100.08
HSL258.12º70.59%73.33%-
HSV(B)258.12º40.85%92.16%-
XYZ40.3832.7982.8-
YUV158.61171.11134.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=31.00%
G=25.65%
B=43.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681392350.290.4100.08258.1270.5973.33
HexA88BEB1D29081024749
Octal2502133533551010402107111
Binary101010001000101111101011111011010010100010000001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BEB; }

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

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

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

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

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

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

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

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