#C161A4

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

Shades of Hopbush #C161A4

Tints of Hopbush #C161A4

Color information

#C161A4 (or 0xC161A4) is unknown color: approx Hopbush. HEX triplet: C1, 61 and A4. RGB value is (193,97,164). Sum of RGB (Red+Green+Blue) = 193+97+164=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C161A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C161A4 is #3E9E5B. Grayscale: #858585. Windows color (decimal): -4103772 or 10772929. OLE color: 10772929.

HSL color Cylindrical-coordinate representation of color #C161A4: hue angle of 318.12º 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 #C161A4 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19397164-
CMYK00.500.150.24
HSL318.12º43.64%56.86%-
HSV(B)318.12º49.74%75.69%-
XYZ32.9722.5737.74-
YUV133.34145.3170.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.51%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=42.51%
G=21.37%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939716400.500.150.24318.1243.6456.86
HexC161A4032F1813e2c39
Octal30114124406217304765471
Binary110000011100001101001000110010111111000100111110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C161A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C161A4; }

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

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

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

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

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

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

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

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