#CA93AA

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

Shades of Viola #CA93AA

Tints of Viola #CA93AA

Color information

#CA93AA (or 0xCA93AA) is unknown color: approx Viola. HEX triplet: CA, 93 and AA. RGB value is (202,147,170). Sum of RGB (Red+Green+Blue) = 202+147+170=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA93AA is #356C55. Grayscale: #A6A6A6. Windows color (decimal): -3501142 or 11178954. OLE color: 11178954.

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

Color convert

RGB202147170-
CMYK00.270.160.21
HSL334.91º34.16%68.43%-
HSV(B)334.91º27.23%79.22%-
XYZ42.0536.3342.83-
YUV166.07130.22153.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=38.92%
G=28.32%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214717000.270.160.21334.9134.1668.43
HexCA93AA01B101514f2244
Octal312223252033202551742104
Binary11001010100100111010101001101110000101011010011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93AA; }

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

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

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

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

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

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

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

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