#A88BCD

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

Shades of Biloba Flower #A88BCD

Tints of Biloba Flower #A88BCD

Color information

#A88BCD (or 0xA88BCD) is unknown color: approx Biloba Flower. HEX triplet: A8, 8B and CD. RGB value is (168,139,205). Sum of RGB (Red+Green+Blue) = 168+139+205=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #A88BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BCD is #577432. Grayscale: #9A9A9A. Windows color (decimal): -5731379 or 13470632. OLE color: 13470632.

HSL color Cylindrical-coordinate representation of color #A88BCD: hue angle of 266.36º degrees, saturation: 0.4, 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 #A88BCD is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168139205-
CMYK0.180.3200.20
HSL266.36º39.76%67.45%-
HSV(B)266.36º32.2%80.39%-
XYZ36.431.261.86-
YUV155.2156.11137.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 139 (54.69% from 255) = 27.15%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=32.81%
G=27.15%
B=40.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681392050.180.3200.20266.3639.7667.45
HexA88BCD122001410a2843
Octal250213315224002441250103
Binary101010001000101111001101100101000000101001000010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BCD; }

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

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

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

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

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

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

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

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