#A41C6F

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

Shades of Jazzberry Jam #A41C6F

Tints of Jazzberry Jam #A41C6F

Color information

#A41C6F (or 0xA41C6F) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 1C and 6F. RGB value is (164,28,111). Sum of RGB (Red+Green+Blue) = 164+28+111=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41C6F is #5BE390. Grayscale: #4D4D4D. Windows color (decimal): -6022033 or 7281828. OLE color: 7281828.

HSL color Cylindrical-coordinate representation of color #A41C6F: hue angle of 323.38º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C6F is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16428111-
CMYK00.830.320.36
HSL323.38º70.83%37.65%-
HSV(B)323.38º82.93%64.31%-
XYZ18.599.8715.96-
YUV78.13146.56189.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.13%
GREEN value IS 28 (11.33% from 255) = 9.24%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=54.13%
G=9.24%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642811100.830.320.36323.3870.8337.65
HexA41C6F05320241434726
Octal244341570123404450310746
Binary10100100111001101111010100111000001001001010000111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41C6F; }

 p { color: rgb(164,28,111); }

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

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

 a { background-color: rgb(164,28,111); }

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

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

 span { border-color: rgb(164,28,111); }

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