Html Css Color HEX #A6195B Jazzberry Jam

📋 copy color: '#A6195B'

red 166 ◦ green 25 ◦ blue 91

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

Shades of Jazzberry Jam #A6195B

Tints of Jazzberry Jam #A6195B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 58.87%
G = 8.87%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6195B (or 0xA6195B) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 5B. RGB value is (166,25,91). Sum of RGB (Red+Green+Blue) = 166+25+91=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6195B is #59E6A4. Grayscale: #4A4A4A. Windows color (decimal): -5891749 or 5970342. OLE color: 5970342.

HSL color Cylindrical-coordinate representation of color #A6195B: hue angle of 331.91º 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 #A6195B is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 91 -
CMYK 0 0.85 0.45 0.35
HSL 331.91º 0.74% 0.37% -
HSV(B) 331.91º 0.85% 0.65% -
XYZ 17.96 9.56 10.8 -
YUV 74.68 137.21 193.13 -
System Red Green Blue C M Y K H S L
Decimal 166 25 91 0 0.85 0.45 0.35 331.91 0.74 0.37
Hex A6 19 5B 0 55 2D 23 14C 4A 25
Octal 246 31 133 0 125 55 43 514 112 45
Binary 10100110 11001 1011011 0 1010101 101101 100011 101001100 1001010 100101

Color Harmonies of #A6195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6195B

Black with #A6195B

Text Example


Text Example

White with #A6195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6195B; }

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

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

background-color css

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

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

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

border-color css

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

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

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