Html Css Color HEX #A41860 Jazzberry Jam

📋 copy color: '#A41860'

red 164 ◦ green 24 ◦ blue 96

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

Shades of Jazzberry Jam #A41860

Tints of Jazzberry Jam #A41860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.45%

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 57.75%
G = 8.45%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A41860 (or 0xA41860) is known color: Jazzberry Jam. HEX triplet: A4, 18 and 60. RGB value is (164,24,96). Sum of RGB (Red+Green+Blue) = 164+24+96=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A41860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41860 is #5BE79F. Grayscale: #494949. Windows color (decimal): -6023072 or 6297764. OLE color: 6297764.

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

Color convert

RGB 164 24 96 -
CMYK 0 0.85 0.41 0.36
HSL 329.14º 0.74% 0.37% -
HSV(B) 329.14º 0.85% 0.64% -
XYZ 17.75 9.39 11.94 -
YUV 74.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 164 24 96 0 0.85 0.41 0.36 329.14 0.74 0.37
Hex A4 18 60 0 55 29 24 149 4A 25
Octal 244 30 140 0 125 51 44 511 112 45
Binary 10100100 11000 1100000 0 1010101 101001 100100 101001001 1001010 100101

Color Harmonies of #A41860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41860

Black with #A41860

Text Example


Text Example

White with #A41860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41860; }

 p { color: rgb(164,24,96); }

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

background-color css

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

 a { background-color: rgb(164,24,96); }

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

border-color css

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

 span { border-color: rgb(164,24,96); }

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