Html Css Color HEX #A6145B Jazzberry Jam

📋 copy color: '#A6145B'

red 166 ◦ green 20 ◦ blue 91

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

Shades of Jazzberry Jam #A6145B

Tints of Jazzberry Jam #A6145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.22%

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

R = 59.93%
G = 7.22%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6145B (or 0xA6145B) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 5B. RGB value is (166,20,91). Sum of RGB (Red+Green+Blue) = 166+20+91=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6145B is #59EBA4. Grayscale: #474747. Windows color (decimal): -5893029 or 5969062. OLE color: 5969062.

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

Color convert

RGB 166 20 91 -
CMYK 0 0.88 0.45 0.35
HSL 330.82º 0.78% 0.36% -
HSV(B) 330.82º 0.88% 0.65% -
XYZ 17.86 9.36 10.76 -
YUV 71.75 138.87 195.23 -
System Red Green Blue C M Y K H S L
Decimal 166 20 91 0 0.88 0.45 0.35 330.82 0.78 0.36
Hex A6 14 5B 0 58 2D 23 14B 4E 24
Octal 246 24 133 0 130 55 43 513 116 44
Binary 10100110 10100 1011011 0 1011000 101101 100011 101001011 1001110 100100

Color Harmonies of #A6145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6145B

Black with #A6145B

Text Example


Text Example

White with #A6145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6145B; }

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

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

background-color css

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

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

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

border-color css

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

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

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