Html Css Color HEX #A41156 Jazzberry Jam

📋 copy color: '#A41156'

red 164 ◦ green 17 ◦ blue 86

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

Shades of Jazzberry Jam #A41156

Tints of Jazzberry Jam #A41156

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.37%

 BLUE value IS 86 (33.98% from 255) = 32.21%

R = 61.42%
G = 6.37%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A41156 (or 0xA41156) is known color: Jazzberry Jam. HEX triplet: A4, 11 and 56. RGB value is (164,17,86). Sum of RGB (Red+Green+Blue) = 164+17+86=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A41156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41156 is #5BEEA9. Grayscale: #444444. Windows color (decimal): -6024874 or 5640612. OLE color: 5640612.

HSL color Cylindrical-coordinate representation of color #A41156: hue angle of 331.84º degrees, saturation: 0.81, 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 #A41156 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 17 86 -
CMYK 0 0.90 0.48 0.36
HSL 331.84º 0.81% 0.35% -
HSV(B) 331.84º 0.9% 0.64% -
XYZ 17.19 8.97 9.63 -
YUV 68.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 164 17 86 0 0.90 0.48 0.36 331.84 0.81 0.35
Hex A4 11 56 0 5A 30 24 14C 51 23
Octal 244 21 126 0 132 60 44 514 121 43
Binary 10100100 10001 1010110 0 1011010 110000 100100 101001100 1010001 100011

Color Harmonies of #A41156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41156

Black with #A41156

Text Example


Text Example

White with #A41156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41156; }

 p { color: rgb(164,17,86); }

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

background-color css

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

 a { background-color: rgb(164,17,86); }

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

border-color css

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

 span { border-color: rgb(164,17,86); }

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