#C68AA3

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

Shades of Viola #C68AA3

Tints of Viola #C68AA3

Color information

#C68AA3 (or 0xC68AA3) is unknown color: approx Viola. HEX triplet: C6, 8A and A3. RGB value is (198,138,163). Sum of RGB (Red+Green+Blue) = 198+138+163=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C68AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68AA3 is #39755C. Grayscale: #9E9E9E. Windows color (decimal): -3765597 or 10717894. OLE color: 10717894.

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

Color convert

RGB198138163-
CMYK00.300.180.22
HSL335º34.48%65.88%-
HSV(B)335º30.3%77.65%-
XYZ38.9932.8338.93-
YUV158.79130.38155.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 163 (64.06% from 255) = 32.67%
R=39.68%
G=27.66%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813816300.300.180.2233534.4865.88
HexC68AA301E121614f2242
Octal306212243036222651742102
Binary11000110100010101010001101111010010101101010011111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68AA3; }

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

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

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

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

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

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

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

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