#CC8AA4

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

Shades of Viola #CC8AA4

Tints of Viola #CC8AA4

Color information

#CC8AA4 (or 0xCC8AA4) is unknown color: approx Viola. HEX triplet: CC, 8A and A4. RGB value is (204,138,164). Sum of RGB (Red+Green+Blue) = 204+138+164=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AA4 is #33755B. Grayscale: #A0A0A0. Windows color (decimal): -3372380 or 10783436. OLE color: 10783436.

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

Color convert

RGB204138164-
CMYK00.320.200.2
HSL336.36º39.29%67.06%-
HSV(B)336.36º32.35%80%-
XYZ40.6933.6939.48-
YUV160.7129.87158.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 138 (54.30% from 255) = 27.27%
BLUE value IS 164 (64.45% from 255) = 32.41%
R=40.32%
G=27.27%
B=32.41%

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
Decimal20413816400.320.200.2336.3639.2967.06
HexCC8AA402014141502743
Octal314212244040242452047103
Binary110011001000101010100100010000010100101001010100001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8AA4; }

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

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

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

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

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

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

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

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