Html Css Color HEX #A41060 Jazzberry Jam

📋 copy color: '#A41060'

red 164 ◦ green 16 ◦ blue 96

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

Shades of Jazzberry Jam #A41060

Tints of Jazzberry Jam #A41060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

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

R = 59.42%
G = 5.8%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A41060 (or 0xA41060) is known color: Jazzberry Jam. HEX triplet: A4, 10 and 60. RGB value is (164,16,96). Sum of RGB (Red+Green+Blue) = 164+16+96=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A41060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41060 is #5BEF9F. Grayscale: #454545. Windows color (decimal): -6025120 or 6295716. OLE color: 6295716.

HSL color Cylindrical-coordinate representation of color #A41060: hue angle of 327.57º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41060 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 16 96 -
CMYK 0 0.90 0.41 0.36
HSL 327.57º 0.82% 0.35% -
HSV(B) 327.57º 0.9% 0.64% -
XYZ 17.61 9.11 11.9 -
YUV 69.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 164 16 96 0 0.90 0.41 0.36 327.57 0.82 0.35
Hex A4 10 60 0 5A 29 24 148 52 23
Octal 244 20 140 0 132 51 44 510 122 43
Binary 10100100 10000 1100000 0 1011010 101001 100100 101001000 1010010 100011

Color Harmonies of #A41060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41060

Black with #A41060

Text Example


Text Example

White with #A41060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41060; }

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

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

background-color css

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

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

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

border-color css

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

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

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