#C16AA1

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

Shades of Hopbush #C16AA1

Tints of Hopbush #C16AA1

Color information

#C16AA1 (or 0xC16AA1) is unknown color: approx Hopbush. HEX triplet: C1, 6A and A1. RGB value is (193,106,161). Sum of RGB (Red+Green+Blue) = 193+106+161=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C16AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16AA1 is #3E955E. Grayscale: #8A8A8A. Windows color (decimal): -4101471 or 10578625. OLE color: 10578625.

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

Color convert

RGB193106161-
CMYK00.450.170.24
HSL322.07º41.23%58.63%-
HSV(B)322.07º45.08%75.69%-
XYZ33.5824.2236.62-
YUV138.28140.82167.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 106 (41.80% from 255) = 23.04%
BLUE value IS 161 (63.28% from 255) = 35%
R=41.96%
G=23.04%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310616100.450.170.24322.0741.2358.63
HexC16AA102D1118142293b
Octal30115224105521305025173
Binary1100000111010101010000101011011000111000101000010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16AA1; }

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

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

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

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

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

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

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

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