Html Css Color HEX #A61C73 Jazzberry Jam

📋 copy color: '#A61C73'

red 166 ◦ green 28 ◦ blue 115

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

Shades of Jazzberry Jam #A61C73

Tints of Jazzberry Jam #A61C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.06%

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 53.72%
G = 9.06%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A61C73 (or 0xA61C73) is known color: Jazzberry Jam. HEX triplet: A6, 1C and 73. RGB value is (166,28,115). Sum of RGB (Red+Green+Blue) = 166+28+115=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61C73 is #59E38C. Grayscale: #4E4E4E. Windows color (decimal): -5890957 or 7543974. OLE color: 7543974.

HSL color Cylindrical-coordinate representation of color #A61C73: hue angle of 322.17º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61C73 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 28 115 -
CMYK 0 0.83 0.31 0.35
HSL 322.17º 0.71% 0.38% -
HSV(B) 322.17º 0.83% 0.65% -
XYZ 19.24 10.18 17.17 -
YUV 79.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 166 28 115 0 0.83 0.31 0.35 322.17 0.71 0.38
Hex A6 1C 73 0 53 1F 23 142 47 26
Octal 246 34 163 0 123 37 43 502 107 46
Binary 10100110 11100 1110011 0 1010011 11111 100011 101000010 1000111 100110

Color Harmonies of #A61C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61C73

Black with #A61C73

Text Example


Text Example

White with #A61C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61C73; }

 p { color: rgb(166,28,115); }

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

background-color css

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

 a { background-color: rgb(166,28,115); }

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

border-color css

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

 span { border-color: rgb(166,28,115); }

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