Html Css Color HEX #A1195C Jazzberry Jam

📋 copy color: '#A1195C'

red 161 ◦ green 25 ◦ blue 92

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

Shades of Jazzberry Jam #A1195C

Tints of Jazzberry Jam #A1195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 57.91%
G = 8.99%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1195C (or 0xA1195C) is known color: Jazzberry Jam. HEX triplet: A1, 19 and 5C. RGB value is (161,25,92). Sum of RGB (Red+Green+Blue) = 161+25+92=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A1195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1195C is #5EE6A3. Grayscale: #494949. Windows color (decimal): -6219428 or 6035873. OLE color: 6035873.

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

Color convert

RGB 161 25 92 -
CMYK 0 0.84 0.43 0.37
HSL 330.44º 0.73% 0.36% -
HSV(B) 330.44º 0.84% 0.63% -
XYZ 16.98 9.05 10.98 -
YUV 73.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 161 25 92 0 0.84 0.43 0.37 330.44 0.73 0.36
Hex A1 19 5C 0 54 2B 25 14A 49 24
Octal 241 31 134 0 124 53 45 512 111 44
Binary 10100001 11001 1011100 0 1010100 101011 100101 101001010 1001001 100100

Color Harmonies of #A1195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1195C

Black with #A1195C

Text Example


Text Example

White with #A1195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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