Html Css Color HEX #A41573 Jazzberry Jam

📋 copy color: '#A41573'

red 164 ◦ green 21 ◦ blue 115

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

Shades of Jazzberry Jam #A41573

Tints of Jazzberry Jam #A41573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.33%

R = 54.67%
G = 7%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A41573 (or 0xA41573) is known color: Jazzberry Jam. HEX triplet: A4, 15 and 73. RGB value is (164,21,115). Sum of RGB (Red+Green+Blue) = 164+21+115=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A41573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41573 is #5BEA8C. Grayscale: #4A4A4A. Windows color (decimal): -6023821 or 7542180. OLE color: 7542180.

HSL color Cylindrical-coordinate representation of color #A41573: hue angle of 320.56º 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 #A41573 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 115 -
CMYK 0 0.87 0.30 0.36
HSL 320.56º 0.77% 0.36% -
HSV(B) 320.56º 0.87% 0.64% -
XYZ 18.67 9.67 17.1 -
YUV 74.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 164 21 115 0 0.87 0.30 0.36 320.56 0.77 0.36
Hex A4 15 73 0 57 1E 24 141 4D 24
Octal 244 25 163 0 127 36 44 501 115 44
Binary 10100100 10101 1110011 0 1010111 11110 100100 101000001 1001101 100100

Color Harmonies of #A41573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41573

Black with #A41573

Text Example


Text Example

White with #A41573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41573; }

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

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

background-color css

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

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

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

border-color css

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

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

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