Html Css Color HEX #A7185E Jazzberry Jam

📋 copy color: '#A7185E'

red 167 ◦ green 24 ◦ blue 94

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

Shades of Jazzberry Jam #A7185E

Tints of Jazzberry Jam #A7185E

RGB

 RED value IS 167 (65.63% from 255) = 58.6%

 GREEN value IS 24 (9.77% from 255) = 8.42%

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 58.6%
G = 8.42%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7185E (or 0xA7185E) is known color: Jazzberry Jam. HEX triplet: A7, 18 and 5E. RGB value is (167,24,94). Sum of RGB (Red+Green+Blue) = 167+24+94=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A7185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7185E is #58E7A1. Grayscale: #4A4A4A. Windows color (decimal): -5826466 or 6166695. OLE color: 6166695.

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

Color convert

RGB 167 24 94 -
CMYK 0 0.86 0.44 0.35
HSL 330.63º 0.75% 0.37% -
HSV(B) 330.63º 0.86% 0.65% -
XYZ 18.28 9.68 11.49 -
YUV 74.74 138.88 193.81 -
System Red Green Blue C M Y K H S L
Decimal 167 24 94 0 0.86 0.44 0.35 330.63 0.75 0.37
Hex A7 18 5E 0 56 2C 23 14B 4B 25
Octal 247 30 136 0 126 54 43 513 113 45
Binary 10100111 11000 1011110 0 1010110 101100 100011 101001011 1001011 100101

Color Harmonies of #A7185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7185E

Black with #A7185E

Text Example


Text Example

White with #A7185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7185E; }

 p { color: rgb(167,24,94); }

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

background-color css

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

 a { background-color: rgb(167,24,94); }

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

border-color css

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

 span { border-color: rgb(167,24,94); }

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