Html Css Color HEX #A1175C Jazzberry Jam

📋 copy color: '#A1175C'

red 161 ◦ green 23 ◦ blue 92

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

Shades of Jazzberry Jam #A1175C

Tints of Jazzberry Jam #A1175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

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

R = 58.33%
G = 8.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1175C (or 0xA1175C) is known color: Jazzberry Jam. HEX triplet: A1, 17 and 5C. RGB value is (161,23,92). Sum of RGB (Red+Green+Blue) = 161+23+92=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1175C is #5EE8A3. Grayscale: #474747. Windows color (decimal): -6219940 or 6035361. OLE color: 6035361.

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

Color convert

RGB 161 23 92 -
CMYK 0 0.86 0.43 0.37
HSL 330º 0.75% 0.36% -
HSV(B) 330º 0.86% 0.63% -
XYZ 16.94 8.96 10.96 -
YUV 72.13 139.22 191.39 -
System Red Green Blue C M Y K H S L
Decimal 161 23 92 0 0.86 0.43 0.37 330 0.75 0.36
Hex A1 17 5C 0 56 2B 25 14A 4B 24
Octal 241 27 134 0 126 53 45 512 113 44
Binary 10100001 10111 1011100 0 1010110 101011 100101 101001010 1001011 100100

Color Harmonies of #A1175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1175C

Black with #A1175C

Text Example


Text Example

White with #A1175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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