Html Css Color HEX #A6197A Jazzberry Jam

📋 copy color: '#A6197A'

red 166 ◦ green 25 ◦ blue 122

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

Shades of Jazzberry Jam #A6197A

Tints of Jazzberry Jam #A6197A

RGB

 RED value IS 166 (65.23% from 255) = 53.04%

 GREEN value IS 25 (10.16% from 255) = 7.99%

 BLUE value IS 122 (48.05% from 255) = 38.98%

R = 53.04%
G = 7.99%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A6197A (or 0xA6197A) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 7A. RGB value is (166,25,122). Sum of RGB (Red+Green+Blue) = 166+25+122=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6197A is #59E685. Grayscale: #4D4D4D. Windows color (decimal): -5891718 or 8001958. OLE color: 8001958.

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

Color convert

RGB 166 25 122 -
CMYK 0 0.85 0.27 0.35
HSL 318.72º 0.74% 0.37% -
HSV(B) 318.72º 0.85% 0.65% -
XYZ 19.59 10.21 19.35 -
YUV 78.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 166 25 122 0 0.85 0.27 0.35 318.72 0.74 0.37
Hex A6 19 7A 0 55 1B 23 13F 4A 25
Octal 246 31 172 0 125 33 43 477 112 45
Binary 10100110 11001 1111010 0 1010101 11011 100011 100111111 1001010 100101

Color Harmonies of #A6197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6197A

Black with #A6197A

Text Example


Text Example

White with #A6197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6197A; }

 p { color: rgb(166,25,122); }

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

background-color css

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

 a { background-color: rgb(166,25,122); }

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

border-color css

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

 span { border-color: rgb(166,25,122); }

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