#C161A1

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

Shades of Hopbush #C161A1

Tints of Hopbush #C161A1

Color information

#C161A1 (or 0xC161A1) is unknown color: approx Hopbush. HEX triplet: C1, 61 and A1. RGB value is (193,97,161). Sum of RGB (Red+Green+Blue) = 193+97+161=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C161A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C161A1 is #3E9E5E. Grayscale: #848484. Windows color (decimal): -4103775 or 10576321. OLE color: 10576321.

HSL color Cylindrical-coordinate representation of color #C161A1: hue angle of 320º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C161A1 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB19397161-
CMYK00.500.170.24
HSL320º43.64%56.86%-
HSV(B)320º49.74%75.69%-
XYZ32.722.4636.33-
YUV133143.8170.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 97 (38.28% from 255) = 21.51%
BLUE value IS 161 (63.28% from 255) = 35.70%
R=42.79%
G=21.51%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939716100.500.170.2432043.6456.86
HexC161A103211181402c39
Octal30114124106221305005471
Binary1100000111000011010000101100101000111000101000000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C161A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C161A1; }

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

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

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

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

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

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

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

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