Html Css Color HEX #A6155F Jazzberry Jam

📋 copy color: '#A6155F'

red 166 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #A6155F

Tints of Jazzberry Jam #A6155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 58.87%
G = 7.45%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6155F (or 0xA6155F) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 5F. RGB value is (166,21,95). Sum of RGB (Red+Green+Blue) = 166+21+95=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6155F is #59EAA0. Grayscale: #484848. Windows color (decimal): -5892769 or 6231462. OLE color: 6231462.

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

Color convert

RGB 166 21 95 -
CMYK 0 0.87 0.43 0.35
HSL 329.38º 0.78% 0.37% -
HSV(B) 329.38º 0.87% 0.65% -
XYZ 18.06 9.47 11.7 -
YUV 72.79 140.54 194.48 -
System Red Green Blue C M Y K H S L
Decimal 166 21 95 0 0.87 0.43 0.35 329.38 0.78 0.37
Hex A6 15 5F 0 57 2B 23 149 4E 25
Octal 246 25 137 0 127 53 43 511 116 45
Binary 10100110 10101 1011111 0 1010111 101011 100011 101001001 1001110 100101

Color Harmonies of #A6155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6155F

Black with #A6155F

Text Example


Text Example

White with #A6155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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