#A88AE3

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

Shades of Biloba Flower #A88AE3

Tints of Biloba Flower #A88AE3

Color information

#A88AE3 (or 0xA88AE3) is unknown color: approx Biloba Flower. HEX triplet: A8, 8A and E3. RGB value is (168,138,227). Sum of RGB (Red+Green+Blue) = 168+138+227=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #A88AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88AE3 is #57751C. Grayscale: #9C9C9C. Windows color (decimal): -5731613 or 14912168. OLE color: 14912168.

HSL color Cylindrical-coordinate representation of color #A88AE3: hue angle of 260.22º degrees, saturation: 0.61, 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 #A88AE3 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168138227-
CMYK0.260.3900.11
HSL260.22º61.38%71.57%-
HSV(B)260.22º39.21%89.02%-
XYZ39.132.0576.8-
YUV157.12167.44135.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 227 (89.06% from 255) = 42.59%
R=31.52%
G=25.89%
B=42.59%

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
Decimal1681382270.260.3900.11260.2261.3871.57
HexA88AE31A270B1043d48
Octal250212343324701340475110
Binary10101000100010101110001111010100111010111000001001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AE3; }

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

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

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

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

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

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

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

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