Html Css Color HEX #A1216D Jazzberry Jam

📋 copy color: '#A1216D'

red 161 ◦ green 33 ◦ blue 109

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

Shades of Jazzberry Jam #A1216D

Tints of Jazzberry Jam #A1216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

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

R = 53.14%
G = 10.89%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1216D (or 0xA1216D) is known color: Jazzberry Jam. HEX triplet: A1, 21 and 6D. RGB value is (161,33,109). Sum of RGB (Red+Green+Blue) = 161+33+109=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1216D is #5EDE92. Grayscale: #4F4F4F. Windows color (decimal): -6217363 or 7152033. OLE color: 7152033.

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

Color convert

RGB 161 33 109 -
CMYK 0 0.80 0.32 0.37
HSL 324.38º 0.66% 0.38% -
HSV(B) 324.38º 0.8% 0.63% -
XYZ 18 9.77 15.4 -
YUV 79.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 161 33 109 0 0.80 0.32 0.37 324.38 0.66 0.38
Hex A1 21 6D 0 50 20 25 144 42 26
Octal 241 41 155 0 120 40 45 504 102 46
Binary 10100001 100001 1101101 0 1010000 100000 100101 101000100 1000010 100110

Color Harmonies of #A1216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1216D

Black with #A1216D

Text Example


Text Example

White with #A1216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1216D; }

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

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

background-color css

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

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

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

border-color css

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

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

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