#C69AA9

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

Shades of Viola #C69AA9

Tints of Viola #C69AA9

Color information

#C69AA9 (or 0xC69AA9) is unknown color: approx Viola. HEX triplet: C6, 9A and A9. RGB value is (198,154,169). Sum of RGB (Red+Green+Blue) = 198+154+169=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AA9 is #396556. Grayscale: #A8A8A8. Windows color (decimal): -3761495 or 11115206. OLE color: 11115206.

HSL color Cylindrical-coordinate representation of color #C69AA9: hue angle of 339.55º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69AA9 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB198154169-
CMYK00.220.150.22
HSL339.55º27.85%69.02%-
HSV(B)339.55º22.22%77.65%-
XYZ42.0137.9842.65-
YUV168.87128.08148.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 169 (66.41% from 255) = 32.44%
R=38.00%
G=29.56%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815416900.220.150.22339.5527.8569.02
HexC69AA9016F161541c45
Octal306232251026172652434105
Binary110001101001101010101001010110111110110101010100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AA9; }

 p { color: rgb(198,154,169); }

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

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

 a { background-color: rgb(198,154,169); }

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

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

 span { border-color: rgb(198,154,169); }

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