Html Css Color HEX #A41673 Jazzberry Jam

📋 copy color: '#A41673'

red 164 ◦ green 22 ◦ blue 115

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

Shades of Jazzberry Jam #A41673

Tints of Jazzberry Jam #A41673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.31%

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

R = 54.49%
G = 7.31%
B = 38.21%

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

#A41673 (or 0xA41673) is known color: Jazzberry Jam. HEX triplet: A4, 16 and 73. RGB value is (164,22,115). Sum of RGB (Red+Green+Blue) = 164+22+115=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A41673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41673 is #5BE98C. Grayscale: #4A4A4A. Windows color (decimal): -6023565 or 7542436. OLE color: 7542436.

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

Color convert

RGB 164 22 115 -
CMYK 0 0.87 0.30 0.36
HSL 320.7º 0.76% 0.36% -
HSV(B) 320.7º 0.87% 0.64% -
XYZ 18.69 9.7 17.11 -
YUV 75.06 150.54 191.44 -
System Red Green Blue C M Y K H S L
Decimal 164 22 115 0 0.87 0.30 0.36 320.7 0.76 0.36
Hex A4 16 73 0 57 1E 24 141 4C 24
Octal 244 26 163 0 127 36 44 501 114 44
Binary 10100100 10110 1110011 0 1010111 11110 100100 101000001 1001100 100100

Color Harmonies of #A41673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41673

Black with #A41673

Text Example


Text Example

White with #A41673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41673; }

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

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

background-color css

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

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

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

border-color css

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

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

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