#A88BE4

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

Shades of Biloba Flower #A88BE4

Tints of Biloba Flower #A88BE4

Color information

#A88BE4 (or 0xA88BE4) is unknown color: approx Biloba Flower. HEX triplet: A8, 8B and E4. RGB value is (168,139,228). Sum of RGB (Red+Green+Blue) = 168+139+228=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #A88BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BE4 is #57741B. Grayscale: #9D9D9D. Windows color (decimal): -5731356 or 14977960. OLE color: 14977960.

HSL color Cylindrical-coordinate representation of color #A88BE4: hue angle of 259.55º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A88BE4 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168139228-
CMYK0.260.3900.11
HSL259.55º62.24%71.96%-
HSV(B)259.55º39.04%89.41%-
XYZ39.3832.3977.58-
YUV157.82167.61135.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 228 (89.45% from 255) = 42.62%
R=31.40%
G=25.98%
B=42.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681392280.260.3900.11259.5562.2471.96
HexA88BE41A270B1043e48
Octal250213344324701340476110
Binary10101000100010111110010011010100111010111000001001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BE4; }

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

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

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

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

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

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

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

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