Html Css Color HEX #A41575 Jazzberry Jam

📋 copy color: '#A41575'

red 164 ◦ green 21 ◦ blue 117

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

Shades of Jazzberry Jam #A41575

Tints of Jazzberry Jam #A41575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 54.3%
G = 6.95%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A41575 (or 0xA41575) is known color: Jazzberry Jam. HEX triplet: A4, 15 and 75. RGB value is (164,21,117). Sum of RGB (Red+Green+Blue) = 164+21+117=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A41575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41575 is #5BEA8A. Grayscale: #4A4A4A. Windows color (decimal): -6023819 or 7673252. OLE color: 7673252.

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

Color convert

RGB 164 21 117 -
CMYK 0 0.87 0.29 0.36
HSL 319.72º 0.77% 0.36% -
HSV(B) 319.72º 0.87% 0.64% -
XYZ 18.79 9.71 17.71 -
YUV 74.7 151.88 191.69 -
System Red Green Blue C M Y K H S L
Decimal 164 21 117 0 0.87 0.29 0.36 319.72 0.77 0.36
Hex A4 15 75 0 57 1D 24 140 4D 24
Octal 244 25 165 0 127 35 44 500 115 44
Binary 10100100 10101 1110101 0 1010111 11101 100100 101000000 1001101 100100

Color Harmonies of #A41575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41575

Black with #A41575

Text Example


Text Example

White with #A41575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41575; }

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

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

background-color css

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

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

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

border-color css

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

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

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