Html Css Color HEX #A41576 Jazzberry Jam

📋 copy color: '#A41576'

red 164 ◦ green 21 ◦ blue 118

#A41576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A41576

Tints of Jazzberry Jam #A41576

RGB

 RED value IS 164 (64.45% from 255) = 54.13%

 GREEN value IS 21 (8.59% from 255) = 6.93%

 BLUE value IS 118 (46.48% from 255) = 38.94%

R = 54.13%
G = 6.93%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A41576 (or 0xA41576) is known color: Jazzberry Jam. HEX triplet: A4, 15 and 76. RGB value is (164,21,118). Sum of RGB (Red+Green+Blue) = 164+21+118=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A41576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41576 is #5BEA89. Grayscale: #4A4A4A. Windows color (decimal): -6023818 or 7738788. OLE color: 7738788.

HSL color Cylindrical-coordinate representation of color #A41576: hue angle of 319.3º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41576 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 118 -
CMYK 0 0.87 0.28 0.36
HSL 319.3º 0.77% 0.36% -
HSV(B) 319.3º 0.87% 0.64% -
XYZ 18.85 9.74 18.03 -
YUV 74.82 152.38 191.61 -
System Red Green Blue C M Y K H S L
Decimal 164 21 118 0 0.87 0.28 0.36 319.3 0.77 0.36
Hex A4 15 76 0 57 1C 24 13F 4D 24
Octal 244 25 166 0 127 34 44 477 115 44
Binary 10100100 10101 1110110 0 1010111 11100 100100 100111111 1001101 100100

Color Harmonies of #A41576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41576

Black with #A41576

Text Example


Text Example

White with #A41576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41576; }

 p { color: rgb(164,21,118); }

 H1.HeaderClassName
 {
   color: #A41576;
 }
 .AnyTagClassName
 {
   color: #A41576;
 }
</style>

background-color css

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

 a { background-color: rgb(164,21,118); }

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

border-color css

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

 span { border-color: rgb(164,21,118); }

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