Html Css Color HEX #A41373 Jazzberry Jam

📋 copy color: '#A41373'

red 164 ◦ green 19 ◦ blue 115

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

Shades of Jazzberry Jam #A41373

Tints of Jazzberry Jam #A41373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.38%

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

R = 55.03%
G = 6.38%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A41373 (or 0xA41373) is known color: Jazzberry Jam. HEX triplet: A4, 13 and 73. RGB value is (164,19,115). Sum of RGB (Red+Green+Blue) = 164+19+115=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A41373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41373 is #5BEC8C. Grayscale: #494949. Windows color (decimal): -6024333 or 7541668. OLE color: 7541668.

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

Color convert

RGB 164 19 115 -
CMYK 0 0.88 0.30 0.36
HSL 320.28º 0.79% 0.36% -
HSV(B) 320.28º 0.88% 0.64% -
XYZ 18.64 9.6 17.09 -
YUV 73.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 164 19 115 0 0.88 0.30 0.36 320.28 0.79 0.36
Hex A4 13 73 0 58 1E 24 140 4F 24
Octal 244 23 163 0 130 36 44 500 117 44
Binary 10100100 10011 1110011 0 1011000 11110 100100 101000000 1001111 100100

Color Harmonies of #A41373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41373

Black with #A41373

Text Example


Text Example

White with #A41373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41373; }

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

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

background-color css

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

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

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

border-color css

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

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

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