#C88AA3

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

Shades of Viola #C88AA3

Tints of Viola #C88AA3

Color information

#C88AA3 (or 0xC88AA3) is unknown color: approx Viola. HEX triplet: C8, 8A and A3. RGB value is (200,138,163). Sum of RGB (Red+Green+Blue) = 200+138+163=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AA3 is #37755C. Grayscale: #9F9F9F. Windows color (decimal): -3634525 or 10717896. OLE color: 10717896.

HSL color Cylindrical-coordinate representation of color #C88AA3: hue angle of 335.81º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88AA3 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB200138163-
CMYK00.310.180.22
HSL335.81º36.05%66.27%-
HSV(B)335.81º31%78.43%-
XYZ39.5233.138.96-
YUV159.39130.04156.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.92%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 163 (64.06% from 255) = 32.53%
R=39.92%
G=27.54%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013816300.310.180.22335.8136.0566.27
HexC88AA301F12161502442
Octal310212243037222652044102
Binary11001000100010101010001101111110010101101010100001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88AA3; }

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

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

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

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

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

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

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

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