Html Css Color HEX #A41570 Jazzberry Jam

📋 copy color: '#A41570'

red 164 ◦ green 21 ◦ blue 112

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

Shades of Jazzberry Jam #A41570

Tints of Jazzberry Jam #A41570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.71%

R = 55.22%
G = 7.07%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A41570 (or 0xA41570) is known color: Jazzberry Jam. HEX triplet: A4, 15 and 70. RGB value is (164,21,112). Sum of RGB (Red+Green+Blue) = 164+21+112=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A41570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41570 is #5BEA8F. Grayscale: #494949. Windows color (decimal): -6023824 or 7345572. OLE color: 7345572.

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

Color convert

RGB 164 21 112 -
CMYK 0 0.87 0.32 0.36
HSL 321.82º 0.77% 0.36% -
HSV(B) 321.82º 0.87% 0.64% -
XYZ 18.5 9.6 16.21 -
YUV 74.13 149.38 192.1 -
System Red Green Blue C M Y K H S L
Decimal 164 21 112 0 0.87 0.32 0.36 321.82 0.77 0.36
Hex A4 15 70 0 57 20 24 142 4D 24
Octal 244 25 160 0 127 40 44 502 115 44
Binary 10100100 10101 1110000 0 1010111 100000 100100 101000010 1001101 100100

Color Harmonies of #A41570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41570

Black with #A41570

Text Example


Text Example

White with #A41570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41570; }

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

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

background-color css

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

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

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

border-color css

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

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

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