#CA88AA

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

Shades of Viola #CA88AA

Tints of Viola #CA88AA

Color information

#CA88AA (or 0xCA88AA) is unknown color: approx Viola. HEX triplet: CA, 88 and AA. RGB value is (202,136,170). Sum of RGB (Red+Green+Blue) = 202+136+170=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA88AA is #357755. Grayscale: #9F9F9F. Windows color (decimal): -3503958 or 11176138. OLE color: 11176138.

HSL color Cylindrical-coordinate representation of color #CA88AA: hue angle of 329.09º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA88AA is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB202136170-
CMYK00.330.160.21
HSL329.09º38.37%66.27%-
HSV(B)329.09º32.67%79.22%-
XYZ40.4233.0742.28-
YUV159.61133.87158.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 136 (53.52% from 255) = 26.77%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=39.76%
G=26.77%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213617000.330.160.21329.0938.3766.27
HexCA88AA02110151492642
Octal312210252041202551146102
Binary110010101000100010101010010000110000101011010010011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA88AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA88AA; }

 p { color: rgb(202,136,170); }

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

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

 a { background-color: rgb(202,136,170); }

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

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

 span { border-color: rgb(202,136,170); }

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