#CC8AA8

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

Shades of Viola #CC8AA8

Tints of Viola #CC8AA8

Color information

#CC8AA8 (or 0xCC8AA8) is unknown color: approx Viola. HEX triplet: CC, 8A and A8. RGB value is (204,138,168). Sum of RGB (Red+Green+Blue) = 204+138+168=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AA8 is #337557. Grayscale: #A1A1A1. Windows color (decimal): -3372376 or 11045580. OLE color: 11045580.

HSL color Cylindrical-coordinate representation of color #CC8AA8: hue angle of 332.73º 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 #CC8AA8 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB204138168-
CMYK00.320.180.2
HSL332.73º39.29%67.06%-
HSV(B)332.73º32.35%80%-
XYZ41.0633.8441.41-
YUV161.15131.87158.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=40%
G=27.06%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413816800.320.180.2332.7339.2967.06
HexCC8AA8020121414d2743
Octal314212250040222451547103
Binary110011001000101010101000010000010010101001010011011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8AA8; }

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

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

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

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

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

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

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

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