#A88FCD

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

Shades of Biloba Flower #A88FCD

Tints of Biloba Flower #A88FCD

Color information

#A88FCD (or 0xA88FCD) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and CD. RGB value is (168,143,205). Sum of RGB (Red+Green+Blue) = 168+143+205=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #A88FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FCD is #577032. Grayscale: #9D9D9D. Windows color (decimal): -5730355 or 13471656. OLE color: 13471656.

HSL color Cylindrical-coordinate representation of color #A88FCD: hue angle of 264.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88FCD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168143205-
CMYK0.180.3000.20
HSL264.19º38.27%68.24%-
HSV(B)264.19º30.24%80.39%-
XYZ36.9932.3862.06-
YUV157.54154.78135.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=32.56%
G=27.71%
B=39.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681432050.180.3000.20264.1938.2768.24
HexA88FCD121E0141082644
Octal250217315223602441046104
Binary10101000100011111100110110010111100101001000010001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FCD; }

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

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

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

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

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

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

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

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