Html Css Color HEX #A61C77 Jazzberry Jam

📋 copy color: '#A61C77'

red 166 ◦ green 28 ◦ blue 119

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

Shades of Jazzberry Jam #A61C77

Tints of Jazzberry Jam #A61C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 53.04%
G = 8.95%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A61C77 (or 0xA61C77) is known color: Jazzberry Jam. HEX triplet: A6, 1C and 77. RGB value is (166,28,119). Sum of RGB (Red+Green+Blue) = 166+28+119=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61C77 is #59E388. Grayscale: #4F4F4F. Windows color (decimal): -5890953 or 7806118. OLE color: 7806118.

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

Color convert

RGB 166 28 119 -
CMYK 0 0.83 0.28 0.35
HSL 320.43º 0.71% 0.38% -
HSV(B) 320.43º 0.83% 0.65% -
XYZ 19.47 10.27 18.41 -
YUV 79.64 150.22 189.6 -
System Red Green Blue C M Y K H S L
Decimal 166 28 119 0 0.83 0.28 0.35 320.43 0.71 0.38
Hex A6 1C 77 0 53 1C 23 140 47 26
Octal 246 34 167 0 123 34 43 500 107 46
Binary 10100110 11100 1110111 0 1010011 11100 100011 101000000 1000111 100110

Color Harmonies of #A61C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61C77

Black with #A61C77

Text Example


Text Example

White with #A61C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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