#CD93AA

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

Shades of Viola #CD93AA

Tints of Viola #CD93AA

Color information

#CD93AA (or 0xCD93AA) is unknown color: approx Viola. HEX triplet: CD, 93 and AA. RGB value is (205,147,170). Sum of RGB (Red+Green+Blue) = 205+147+170=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD93AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD93AA is #326C55. Grayscale: #A6A6A6. Windows color (decimal): -3304534 or 11178957. OLE color: 11178957.

HSL color Cylindrical-coordinate representation of color #CD93AA: hue angle of 336.21º degrees, saturation: 0.37, 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 #CD93AA is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB205147170-
CMYK00.280.170.20
HSL336.21º36.71%69.02%-
HSV(B)336.21º28.29%80.39%-
XYZ42.8736.7542.86-
YUV166.96129.72155.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=39.27%
G=28.16%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514717000.280.170.20336.2136.7169.02
HexCD93AA01C11141502545
Octal315223252034212452045105
Binary11001101100100111010101001110010001101001010100001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD93AA; }

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

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

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

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

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

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

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

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