Html Css Color HEX #A6145C Jazzberry Jam

📋 copy color: '#A6145C'

red 166 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #A6145C

Tints of Jazzberry Jam #A6145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 59.71%
G = 7.19%
B = 33.09%

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

#A6145C (or 0xA6145C) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 5C. RGB value is (166,20,92). Sum of RGB (Red+Green+Blue) = 166+20+92=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A6145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6145C is #59EBA3. Grayscale: #474747. Windows color (decimal): -5893028 or 6034598. OLE color: 6034598.

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

Color convert

RGB 166 20 92 -
CMYK 0 0.88 0.45 0.35
HSL 330.41º 0.78% 0.36% -
HSV(B) 330.41º 0.88% 0.65% -
XYZ 17.91 9.38 10.99 -
YUV 71.86 139.37 195.15 -
System Red Green Blue C M Y K H S L
Decimal 166 20 92 0 0.88 0.45 0.35 330.41 0.78 0.36
Hex A6 14 5C 0 58 2D 23 14A 4E 24
Octal 246 24 134 0 130 55 43 512 116 44
Binary 10100110 10100 1011100 0 1011000 101101 100011 101001010 1001110 100100

Color Harmonies of #A6145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6145C

Black with #A6145C

Text Example


Text Example

White with #A6145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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