#CC8AAA

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

Shades of Viola #CC8AAA

Tints of Viola #CC8AAA

Color information

#CC8AAA (or 0xCC8AAA) is unknown color: approx Viola. HEX triplet: CC, 8A and AA. RGB value is (204,138,170). Sum of RGB (Red+Green+Blue) = 204+138+170=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AAA is #337555. Grayscale: #A1A1A1. Windows color (decimal): -3372374 or 11176652. OLE color: 11176652.

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

Color convert

RGB204138170-
CMYK00.320.170.2
HSL330.91º39.29%67.06%-
HSV(B)330.91º32.35%80%-
XYZ41.2533.9242.4-
YUV161.38132.87158.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=39.84%
G=26.95%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413817000.320.170.2330.9139.2967.06
HexCC8AAA020111414b2743
Octal314212252040212451347103
Binary110011001000101010101010010000010001101001010010111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8AAA; }

 p { color: rgb(204,138,170); }

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

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

 a { background-color: rgb(204,138,170); }

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

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

 span { border-color: rgb(204,138,170); }

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