#A99CC1

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

Shades of Biloba Flower #A99CC1

Tints of Biloba Flower #A99CC1

Color information

#A99CC1 (or 0xA99CC1) is unknown color: approx Biloba Flower. HEX triplet: A9, 9C and C1. RGB value is (169,156,193). Sum of RGB (Red+Green+Blue) = 169+156+193=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #A99CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CC1 is #56633E. Grayscale: #A3A3A3. Windows color (decimal): -5661503 or 12688553. OLE color: 12688553.

HSL color Cylindrical-coordinate representation of color #A99CC1: hue angle of 261.08º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A99CC1 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169156193-
CMYK0.120.1900.24
HSL261.08º22.98%68.43%-
HSV(B)261.08º19.17%75.69%-
XYZ37.8836.0655.42-
YUV164.1144.31131.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 193 (75.78% from 255) = 37.26%
R=32.63%
G=30.12%
B=37.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691561930.120.1900.24261.0822.9868.43
HexA99CC1C130181051744
Octal251234301142303040527104
Binary101010011001110011000001110010011011000100000101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CC1; }

 p { color: rgb(169,156,193); }

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

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

 a { background-color: rgb(169,156,193); }

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

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

 span { border-color: rgb(169,156,193); }

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