#A88ACC

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

Shades of Biloba Flower #A88ACC

Tints of Biloba Flower #A88ACC

Color information

#A88ACC (or 0xA88ACC) is unknown color: approx Biloba Flower. HEX triplet: A8, 8A and CC. RGB value is (168,138,204). Sum of RGB (Red+Green+Blue) = 168+138+204=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #A88ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ACC is #577533. Grayscale: #9A9A9A. Windows color (decimal): -5731636 or 13404840. OLE color: 13404840.

HSL color Cylindrical-coordinate representation of color #A88ACC: hue angle of 267.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A88ACC is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB168138204-
CMYK0.180.3200.2
HSL267.27º39.29%67.06%-
HSV(B)267.27º32.35%80%-
XYZ36.1430.8661.18-
YUV154.49155.94137.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 204 (80.08% from 255) = 40%
R=32.94%
G=27.06%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681382040.180.3200.2267.2739.2967.06
HexA88ACC122001410b2743
Octal250212314224002441347103
Binary101010001000101011001100100101000000101001000010111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88ACC; }

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

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

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

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

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

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

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

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