#C17FA1

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

Shades of Viola #C17FA1

Tints of Viola #C17FA1

Color information

#C17FA1 (or 0xC17FA1) is unknown color: approx Viola. HEX triplet: C1, 7F and A1. RGB value is (193,127,161). Sum of RGB (Red+Green+Blue) = 193+127+161=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C17FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17FA1 is #3E805E. Grayscale: #969696. Windows color (decimal): -4096095 or 10584001. OLE color: 10584001.

HSL color Cylindrical-coordinate representation of color #C17FA1: hue angle of 329.09º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C17FA1 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB193127161-
CMYK00.340.170.24
HSL329.09º34.74%62.75%-
HSV(B)329.09º34.2%75.69%-
XYZ36.0129.0937.43-
YUV150.61133.87158.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 161 (63.28% from 255) = 33.47%
R=40.12%
G=26.40%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312716100.340.170.24329.0934.7462.75
HexC17FA10221118149233f
Octal30117724104221305114377
Binary1100000111111111010000101000101000111000101001001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17FA1; }

 p { color: rgb(193,127,161); }

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

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

 a { background-color: rgb(193,127,161); }

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

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

 span { border-color: rgb(193,127,161); }

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