#CA9AAA

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

Shades of Viola #CA9AAA

Tints of Viola #CA9AAA

Color information

#CA9AAA (or 0xCA9AAA) is unknown color: approx Viola. HEX triplet: CA, 9A and AA. RGB value is (202,154,170). Sum of RGB (Red+Green+Blue) = 202+154+170=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9AAA is #356555. Grayscale: #AAAAAA. Windows color (decimal): -3499350 or 11180746. OLE color: 11180746.

HSL color Cylindrical-coordinate representation of color #CA9AAA: hue angle of 340º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA9AAA is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202154170-
CMYK00.240.160.21
HSL340º31.17%69.8%-
HSV(B)340º23.76%79.22%-
XYZ43.1738.5743.2-
YUV170.18127.9150.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=38.40%
G=29.28%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215417000.240.160.2134031.1769.8
HexCA9AAA01810151541f46
Octal312232252030202552437106
Binary1100101010011010101010100110001000010101101010100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AAA; }

 p { color: rgb(202,154,170); }

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

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

 a { background-color: rgb(202,154,170); }

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

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

 span { border-color: rgb(202,154,170); }

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