Html Css Color HEX #A1146B Jazzberry Jam

📋 copy color: '#A1146B'

red 161 ◦ green 20 ◦ blue 107

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

Shades of Jazzberry Jam #A1146B

Tints of Jazzberry Jam #A1146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.94%

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

R = 55.9%
G = 6.94%
B = 37.15%

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

#A1146B (or 0xA1146B) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 6B. RGB value is (161,20,107). Sum of RGB (Red+Green+Blue) = 161+20+107=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1146B is #5EEB94. Grayscale: #474747. Windows color (decimal): -6220693 or 7017633. OLE color: 7017633.

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

Color convert

RGB 161 20 107 -
CMYK 0 0.88 0.34 0.37
HSL 322.98º 0.78% 0.35% -
HSV(B) 322.98º 0.88% 0.63% -
XYZ 17.6 9.14 14.75 -
YUV 72.08 147.71 191.43 -
System Red Green Blue C M Y K H S L
Decimal 161 20 107 0 0.88 0.34 0.37 322.98 0.78 0.35
Hex A1 14 6B 0 58 22 25 143 4E 23
Octal 241 24 153 0 130 42 45 503 116 43
Binary 10100001 10100 1101011 0 1011000 100010 100101 101000011 1001110 100011

Color Harmonies of #A1146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1146B

Black with #A1146B

Text Example


Text Example

White with #A1146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1146B; }

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

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

background-color css

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

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

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

border-color css

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

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

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