#CC8AA3

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

Shades of Viola #CC8AA3

Tints of Viola #CC8AA3

Color information

#CC8AA3 (or 0xCC8AA3) is unknown color: approx Viola. HEX triplet: CC, 8A and A3. RGB value is (204,138,163). Sum of RGB (Red+Green+Blue) = 204+138+163=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AA3 is #33755C. Grayscale: #A0A0A0. Windows color (decimal): -3372381 or 10717900. OLE color: 10717900.

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

Color convert

RGB204138163-
CMYK00.320.200.2
HSL337.27º39.29%67.06%-
HSV(B)337.27º32.35%80%-
XYZ40.633.6639.01-
YUV160.58129.37158.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 138 (54.30% from 255) = 27.33%
BLUE value IS 163 (64.06% from 255) = 32.28%
R=40.40%
G=27.33%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413816300.320.200.2337.2739.2967.06
HexCC8AA302014141512743
Octal314212243040242452147103
Binary110011001000101010100011010000010100101001010100011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8AA3; }

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

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

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

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

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

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

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

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