#A993CC

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

Shades of Biloba Flower #A993CC

Tints of Biloba Flower #A993CC

Color information

#A993CC (or 0xA993CC) is unknown color: approx Biloba Flower. HEX triplet: A9, 93 and CC. RGB value is (169,147,204). Sum of RGB (Red+Green+Blue) = 169+147+204=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #A993CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993CC is #566C33. Grayscale: #9F9F9F. Windows color (decimal): -5663796 or 13407145. OLE color: 13407145.

HSL color Cylindrical-coordinate representation of color #A993CC: hue angle of 263.16º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A993CC is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169147204-
CMYK0.170.2800.2
HSL263.16º35.85%68.82%-
HSV(B)263.16º27.94%80%-
XYZ37.6933.6661.64-
YUV160.08152.79134.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 147 (57.81% from 255) = 28.27%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=32.5%
G=28.27%
B=39.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691472040.170.2800.2263.1635.8568.82
HexA993CC111C0141072445
Octal251223314213402440744105
Binary10101001100100111100110010001111000101001000001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A993CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A993CC; }

 p { color: rgb(169,147,204); }

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

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

 a { background-color: rgb(169,147,204); }

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

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

 span { border-color: rgb(169,147,204); }

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