Html Css Color HEX #A1136E Jazzberry Jam

📋 copy color: '#A1136E'

red 161 ◦ green 19 ◦ blue 110

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

Shades of Jazzberry Jam #A1136E

Tints of Jazzberry Jam #A1136E

RGB

 RED value IS 161 (63.28% from 255) = 55.52%

 GREEN value IS 19 (7.81% from 255) = 6.55%

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 55.52%
G = 6.55%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1136E (or 0xA1136E) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 6E. RGB value is (161,19,110). Sum of RGB (Red+Green+Blue) = 161+19+110=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1136E is #5EEC91. Grayscale: #474747. Windows color (decimal): -6220946 or 7213985. OLE color: 7213985.

HSL color Cylindrical-coordinate representation of color #A1136E: hue angle of 321.55º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1136E is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 19 110 -
CMYK 0 0.88 0.32 0.37
HSL 321.55º 0.79% 0.35% -
HSV(B) 321.55º 0.88% 0.63% -
XYZ 17.75 9.17 15.59 -
YUV 71.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 161 19 110 0 0.88 0.32 0.37 321.55 0.79 0.35
Hex A1 13 6E 0 58 20 25 142 4F 23
Octal 241 23 156 0 130 40 45 502 117 43
Binary 10100001 10011 1101110 0 1011000 100000 100101 101000010 1001111 100011

Color Harmonies of #A1136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1136E

Black with #A1136E

Text Example


Text Example

White with #A1136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1136E; }

 p { color: rgb(161,19,110); }

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

background-color css

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

 a { background-color: rgb(161,19,110); }

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

border-color css

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

 span { border-color: rgb(161,19,110); }

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