#A88FCC

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

Shades of Biloba Flower #A88FCC

Tints of Biloba Flower #A88FCC

Color information

#A88FCC (or 0xA88FCC) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and CC. RGB value is (168,143,204). Sum of RGB (Red+Green+Blue) = 168+143+204=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #A88FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FCC is #577033. Grayscale: #9D9D9D. Windows color (decimal): -5730356 or 13406120. OLE color: 13406120.

HSL color Cylindrical-coordinate representation of color #A88FCC: hue angle of 264.59º degrees, saturation: 0.37, 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 #A88FCC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB168143204-
CMYK0.180.3000.2
HSL264.59º37.42%68.04%-
HSV(B)264.59º29.9%80%-
XYZ36.8732.3361.42-
YUV157.43154.28135.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=32.62%
G=27.77%
B=39.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681432040.180.3000.2264.5937.4268.04
HexA88FCC121E0141092544
Octal250217314223602441145104
Binary10101000100011111100110010010111100101001000010011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FCC; }

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

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

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

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

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

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

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

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