#A88AE2

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

Shades of Biloba Flower #A88AE2

Tints of Biloba Flower #A88AE2

Color information

#A88AE2 (or 0xA88AE2) is unknown color: approx Biloba Flower. HEX triplet: A8, 8A and E2. RGB value is (168,138,226). Sum of RGB (Red+Green+Blue) = 168+138+226=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #A88AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88AE2 is #57751D. Grayscale: #9C9C9C. Windows color (decimal): -5731614 or 14846632. OLE color: 14846632.

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

Color convert

RGB168138226-
CMYK0.260.3900.11
HSL260.45º60.27%71.37%-
HSV(B)260.45º38.94%88.63%-
XYZ38.9631.9976.07-
YUV157166.94135.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.58%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 226 (88.67% from 255) = 42.48%
R=31.58%
G=25.94%
B=42.48%

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
Decimal1681382260.260.3900.11260.4560.2771.37
HexA88AE21A270B1043c47
Octal250212342324701340474107
Binary10101000100010101110001011010100111010111000001001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AE2; }

 p { color: rgb(168,138,226); }

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

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

 a { background-color: rgb(168,138,226); }

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

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

 span { border-color: rgb(168,138,226); }

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