Html Css Color HEX #A41770 Jazzberry Jam

📋 copy color: '#A41770'

red 164 ◦ green 23 ◦ blue 112

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

Shades of Jazzberry Jam #A41770

Tints of Jazzberry Jam #A41770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.69%

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

R = 54.85%
G = 7.69%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A41770 (or 0xA41770) is known color: Jazzberry Jam. HEX triplet: A4, 17 and 70. RGB value is (164,23,112). Sum of RGB (Red+Green+Blue) = 164+23+112=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A41770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41770 is #5BE88F. Grayscale: #4B4B4B. Windows color (decimal): -6023312 or 7346084. OLE color: 7346084.

HSL color Cylindrical-coordinate representation of color #A41770: hue angle of 322.13º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41770 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 23 112 -
CMYK 0 0.86 0.32 0.36
HSL 322.13º 0.75% 0.37% -
HSV(B) 322.13º 0.86% 0.64% -
XYZ 18.54 9.68 16.22 -
YUV 75.31 148.71 191.26 -
System Red Green Blue C M Y K H S L
Decimal 164 23 112 0 0.86 0.32 0.36 322.13 0.75 0.37
Hex A4 17 70 0 56 20 24 142 4B 25
Octal 244 27 160 0 126 40 44 502 113 45
Binary 10100100 10111 1110000 0 1010110 100000 100100 101000010 1001011 100101

Color Harmonies of #A41770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41770

Black with #A41770

Text Example


Text Example

White with #A41770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41770; }

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

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

background-color css

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

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

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

border-color css

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

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

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