Html Css Color HEX #A1126D Jazzberry Jam

📋 copy color: '#A1126D'

red 161 ◦ green 18 ◦ blue 109

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

Shades of Jazzberry Jam #A1126D

Tints of Jazzberry Jam #A1126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.25%

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 55.9%
G = 6.25%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1126D (or 0xA1126D) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 6D. RGB value is (161,18,109). Sum of RGB (Red+Green+Blue) = 161+18+109=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1126D is #5EED92. Grayscale: #464646. Windows color (decimal): -6221203 or 7148193. OLE color: 7148193.

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

Color convert

RGB 161 18 109 -
CMYK 0 0.89 0.32 0.37
HSL 321.82º 0.8% 0.35% -
HSV(B) 321.82º 0.89% 0.63% -
XYZ 17.67 9.11 15.3 -
YUV 71.13 149.38 192.1 -
System Red Green Blue C M Y K H S L
Decimal 161 18 109 0 0.89 0.32 0.37 321.82 0.8 0.35
Hex A1 12 6D 0 59 20 25 142 50 23
Octal 241 22 155 0 131 40 45 502 120 43
Binary 10100001 10010 1101101 0 1011001 100000 100101 101000010 1010000 100011

Color Harmonies of #A1126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1126D

Black with #A1126D

Text Example


Text Example

White with #A1126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1126D; }

 p { color: rgb(161,18,109); }

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

background-color css

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

 a { background-color: rgb(161,18,109); }

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

border-color css

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

 span { border-color: rgb(161,18,109); }

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