#C68AA1

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

Shades of Viola #C68AA1

Tints of Viola #C68AA1

Color information

#C68AA1 (or 0xC68AA1) is unknown color: approx Viola. HEX triplet: C6, 8A and A1. RGB value is (198,138,161). Sum of RGB (Red+Green+Blue) = 198+138+161=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C68AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68AA1 is #39755E. Grayscale: #9E9E9E. Windows color (decimal): -3765599 or 10586822. OLE color: 10586822.

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

Color convert

RGB198138161-
CMYK00.300.190.22
HSL337º34.48%65.88%-
HSV(B)337º30.3%77.65%-
XYZ38.8132.7638-
YUV158.56129.38156.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 138 (54.30% from 255) = 27.77%
BLUE value IS 161 (63.28% from 255) = 32.39%
R=39.84%
G=27.77%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813816100.300.190.2233734.4865.88
HexC68AA101E13161512242
Octal306212241036232652142102
Binary11000110100010101010000101111010011101101010100011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68AA1; }

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

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

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

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

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

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

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

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