#C69AAA

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

Shades of Viola #C69AAA

Tints of Viola #C69AAA

Color information

#C69AAA (or 0xC69AAA) is unknown color: approx Viola. HEX triplet: C6, 9A and AA. RGB value is (198,154,170). Sum of RGB (Red+Green+Blue) = 198+154+170=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AAA is #396555. Grayscale: #A8A8A8. Windows color (decimal): -3761494 or 11180742. OLE color: 11180742.

HSL color Cylindrical-coordinate representation of color #C69AAA: hue angle of 338.18º 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 #C69AAA is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198154170-
CMYK00.220.140.22
HSL338.18º27.85%69.02%-
HSV(B)338.18º22.22%77.65%-
XYZ42.138.0243.15-
YUV168.98128.58148.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=37.93%
G=29.50%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815417000.220.140.22338.1827.8569.02
HexC69AAA016E161521c45
Octal306232252026162652234105
Binary110001101001101010101010010110111010110101010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AAA; }

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

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

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

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

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

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

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

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