Html Css Color HEX #A1195E Jazzberry Jam

📋 copy color: '#A1195E'

red 161 ◦ green 25 ◦ blue 94

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

Shades of Jazzberry Jam #A1195E

Tints of Jazzberry Jam #A1195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.93%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 57.5%
G = 8.93%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1195E (or 0xA1195E) is known color: Jazzberry Jam. HEX triplet: A1, 19 and 5E. RGB value is (161,25,94). Sum of RGB (Red+Green+Blue) = 161+25+94=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A1195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1195E is #5EE6A1. Grayscale: #494949. Windows color (decimal): -6219426 or 6166945. OLE color: 6166945.

HSL color Cylindrical-coordinate representation of color #A1195E: hue angle of 329.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1195E is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 25 94 -
CMYK 0 0.84 0.42 0.37
HSL 329.56º 0.73% 0.36% -
HSV(B) 329.56º 0.84% 0.63% -
XYZ 17.07 9.08 11.44 -
YUV 73.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 161 25 94 0 0.84 0.42 0.37 329.56 0.73 0.36
Hex A1 19 5E 0 54 2A 25 14A 49 24
Octal 241 31 136 0 124 52 45 512 111 44
Binary 10100001 11001 1011110 0 1010100 101010 100101 101001010 1001001 100100

Color Harmonies of #A1195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1195E

Black with #A1195E

Text Example


Text Example

White with #A1195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1195E; }

 p { color: rgb(161,25,94); }

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

background-color css

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

 a { background-color: rgb(161,25,94); }

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

border-color css

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

 span { border-color: rgb(161,25,94); }

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