Html Css Color HEX #A0176D Jazzberry Jam

📋 copy color: '#A0176D'

red 160 ◦ green 23 ◦ blue 109

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

Shades of Jazzberry Jam #A0176D

Tints of Jazzberry Jam #A0176D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 54.79%
G = 7.88%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0176D (or 0xA0176D) is known color: Jazzberry Jam. HEX triplet: A0, 17 and 6D. RGB value is (160,23,109). Sum of RGB (Red+Green+Blue) = 160+23+109=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0176D is #5FE892. Grayscale: #494949. Windows color (decimal): -6285459 or 7149472. OLE color: 7149472.

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

Color convert

RGB 160 23 109 -
CMYK 0 0.86 0.32 0.37
HSL 322.34º 0.75% 0.36% -
HSV(B) 322.34º 0.86% 0.63% -
XYZ 17.56 9.19 15.32 -
YUV 73.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 160 23 109 0 0.86 0.32 0.37 322.34 0.75 0.36
Hex A0 17 6D 0 56 20 25 142 4B 24
Octal 240 27 155 0 126 40 45 502 113 44
Binary 10100000 10111 1101101 0 1010110 100000 100101 101000010 1001011 100100

Color Harmonies of #A0176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0176D

Black with #A0176D

Text Example


Text Example

White with #A0176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0176D; }

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

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

background-color css

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

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

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

border-color css

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

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

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