Html Css Color HEX #A0176B Jazzberry Jam

📋 copy color: '#A0176B'

red 160 ◦ green 23 ◦ blue 107

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

Shades of Jazzberry Jam #A0176B

Tints of Jazzberry Jam #A0176B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 55.17%
G = 7.93%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0176B (or 0xA0176B) is known color: Jazzberry Jam. HEX triplet: A0, 17 and 6B. RGB value is (160,23,107). Sum of RGB (Red+Green+Blue) = 160+23+107=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0176B is #5FE894. Grayscale: #494949. Windows color (decimal): -6285461 or 7018400. OLE color: 7018400.

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

Color convert

RGB 160 23 107 -
CMYK 0 0.86 0.33 0.37
HSL 323.21º 0.75% 0.36% -
HSV(B) 323.21º 0.86% 0.63% -
XYZ 17.46 9.15 14.76 -
YUV 73.54 146.89 189.67 -
System Red Green Blue C M Y K H S L
Decimal 160 23 107 0 0.86 0.33 0.37 323.21 0.75 0.36
Hex A0 17 6B 0 56 21 25 143 4B 24
Octal 240 27 153 0 126 41 45 503 113 44
Binary 10100000 10111 1101011 0 1010110 100001 100101 101000011 1001011 100100

Color Harmonies of #A0176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0176B

Black with #A0176B

Text Example


Text Example

White with #A0176B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0176B; }

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

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

background-color css

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

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

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

border-color css

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

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

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