Html Css Color HEX #A1195D Jazzberry Jam

📋 copy color: '#A1195D'

red 161 ◦ green 25 ◦ blue 93

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

Shades of Jazzberry Jam #A1195D

Tints of Jazzberry Jam #A1195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.33%

R = 57.71%
G = 8.96%
B = 33.33%

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

#A1195D (or 0xA1195D) is known color: Jazzberry Jam. HEX triplet: A1, 19 and 5D. RGB value is (161,25,93). Sum of RGB (Red+Green+Blue) = 161+25+93=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A1195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1195D is #5EE6A2. Grayscale: #494949. Windows color (decimal): -6219427 or 6101409. OLE color: 6101409.

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

Color convert

RGB 161 25 93 -
CMYK 0 0.84 0.42 0.37
HSL 330º 0.73% 0.36% -
HSV(B) 330º 0.84% 0.63% -
XYZ 17.02 9.06 11.21 -
YUV 73.42 139.06 190.47 -
System Red Green Blue C M Y K H S L
Decimal 161 25 93 0 0.84 0.42 0.37 330 0.73 0.36
Hex A1 19 5D 0 54 2A 25 14A 49 24
Octal 241 31 135 0 124 52 45 512 111 44
Binary 10100001 11001 1011101 0 1010100 101010 100101 101001010 1001001 100100

Color Harmonies of #A1195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1195D

Black with #A1195D

Text Example


Text Example

White with #A1195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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