Html Css Color HEX #C68AA1 Viola

📋 copy color: '#C68AA1'

red 198 ◦ green 138 ◦ blue 161

#C68AA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #C68AA1

Tints of Viola #C68AA1

RGB

 RED value IS 198 (77.73% from 255) = 39.84%

 GREEN value IS 138 (54.3% 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 value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C68AA1 (or 0xC68AA1) is known color: 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

RGB 198 138 161 -
CMYK 0 0.30 0.19 0.22
HSL 337º 0.34% 0.66% -
HSV(B) 337º 0.3% 0.78% -
XYZ 38.81 32.76 38 -
YUV 158.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 198 138 161 0 0.30 0.19 0.22 337 0.34 0.66
Hex C6 8A A1 0 1E 13 16 151 22 42
Octal 306 212 241 0 36 23 26 521 42 102
Binary 11000110 10001010 10100001 0 11110 10011 10110 101010001 100010 1000010

Color Harmonies of #C68AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AA1

Black with #C68AA1

Text Example


Text Example

White with #C68AA1

Text Example


Text Example

HTML Codes & Css Web 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>