Html Css Color HEX #A1136B Jazzberry Jam

📋 copy color: '#A1136B'

red 161 ◦ green 19 ◦ blue 107

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

Shades of Jazzberry Jam #A1136B

Tints of Jazzberry Jam #A1136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 56.1%
G = 6.62%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1136B (or 0xA1136B) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 6B. RGB value is (161,19,107). Sum of RGB (Red+Green+Blue) = 161+19+107=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1136B is #5EEC94. Grayscale: #474747. Windows color (decimal): -6220949 or 7017377. OLE color: 7017377.

HSL color Cylindrical-coordinate representation of color #A1136B: hue angle of 322.82º 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 #A1136B is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 19 107 -
CMYK 0 0.88 0.34 0.37
HSL 322.82º 0.79% 0.35% -
HSV(B) 322.82º 0.88% 0.63% -
XYZ 17.58 9.1 14.74 -
YUV 71.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 161 19 107 0 0.88 0.34 0.37 322.82 0.79 0.35
Hex A1 13 6B 0 58 22 25 143 4F 23
Octal 241 23 153 0 130 42 45 503 117 43
Binary 10100001 10011 1101011 0 1011000 100010 100101 101000011 1001111 100011

Color Harmonies of #A1136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1136B

Black with #A1136B

Text Example


Text Example

White with #A1136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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