Html Css Color HEX #A6155D Jazzberry Jam

📋 copy color: '#A6155D'

red 166 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #A6155D

Tints of Jazzberry Jam #A6155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 59.29%
G = 7.5%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6155D (or 0xA6155D) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 5D. RGB value is (166,21,93). Sum of RGB (Red+Green+Blue) = 166+21+93=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A6155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6155D is #59EAA2. Grayscale: #484848. Windows color (decimal): -5892771 or 6100390. OLE color: 6100390.

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

Color convert

RGB 166 21 93 -
CMYK 0 0.87 0.44 0.35
HSL 330.21º 0.78% 0.37% -
HSV(B) 330.21º 0.87% 0.65% -
XYZ 17.97 9.43 11.23 -
YUV 72.56 139.54 194.65 -
System Red Green Blue C M Y K H S L
Decimal 166 21 93 0 0.87 0.44 0.35 330.21 0.78 0.37
Hex A6 15 5D 0 57 2C 23 14A 4E 25
Octal 246 25 135 0 127 54 43 512 116 45
Binary 10100110 10101 1011101 0 1010111 101100 100011 101001010 1001110 100101

Color Harmonies of #A6155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6155D

Black with #A6155D

Text Example


Text Example

White with #A6155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6155D; }

 p { color: rgb(166,21,93); }

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

background-color css

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

 a { background-color: rgb(166,21,93); }

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

border-color css

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

 span { border-color: rgb(166,21,93); }

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