Html Css Color HEX #A0175D Jazzberry Jam

📋 copy color: '#A0175D'

red 160 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #A0175D

Tints of Jazzberry Jam #A0175D

RGB

 RED value IS 160 (62.89% from 255) = 57.97%

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

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

R = 57.97%
G = 8.33%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0175D (or 0xA0175D) is known color: Jazzberry Jam. HEX triplet: A0, 17 and 5D. RGB value is (160,23,93). Sum of RGB (Red+Green+Blue) = 160+23+93=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0175D is #5FE8A2. Grayscale: #474747. Windows color (decimal): -6285475 or 6100896. OLE color: 6100896.

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

Color convert

RGB 160 23 93 -
CMYK 0 0.86 0.42 0.37
HSL 329.34º 0.75% 0.36% -
HSV(B) 329.34º 0.86% 0.63% -
XYZ 16.78 8.88 11.18 -
YUV 71.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 160 23 93 0 0.86 0.42 0.37 329.34 0.75 0.36
Hex A0 17 5D 0 56 2A 25 149 4B 24
Octal 240 27 135 0 126 52 45 511 113 44
Binary 10100000 10111 1011101 0 1010110 101010 100101 101001001 1001011 100100

Color Harmonies of #A0175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0175D

Black with #A0175D

Text Example


Text Example

White with #A0175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0175D; }

 p { color: rgb(160,23,93); }

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

background-color css

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

 a { background-color: rgb(160,23,93); }

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

border-color css

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

 span { border-color: rgb(160,23,93); }

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