Html Css Color HEX #A6156C Jazzberry Jam

📋 copy color: '#A6156C'

red 166 ◦ green 21 ◦ blue 108

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

Shades of Jazzberry Jam #A6156C

Tints of Jazzberry Jam #A6156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 56.27%
G = 7.12%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6156C (or 0xA6156C) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 6C. RGB value is (166,21,108). Sum of RGB (Red+Green+Blue) = 166+21+108=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6156C is #59EA93. Grayscale: #4A4A4A. Windows color (decimal): -5892756 or 7083430. OLE color: 7083430.

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

Color convert

RGB 166 21 108 -
CMYK 0 0.87 0.35 0.35
HSL 324º 0.78% 0.37% -
HSV(B) 324º 0.87% 0.65% -
XYZ 18.7 9.73 15.08 -
YUV 74.27 147.04 193.43 -
System Red Green Blue C M Y K H S L
Decimal 166 21 108 0 0.87 0.35 0.35 324 0.78 0.37
Hex A6 15 6C 0 57 23 23 144 4E 25
Octal 246 25 154 0 127 43 43 504 116 45
Binary 10100110 10101 1101100 0 1010111 100011 100011 101000100 1001110 100101

Color Harmonies of #A6156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6156C

Black with #A6156C

Text Example


Text Example

White with #A6156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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