Html Css Color HEX #A61170 Jazzberry Jam

📋 copy color: '#A61170'

red 166 ◦ green 17 ◦ blue 112

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

Shades of Jazzberry Jam #A61170

Tints of Jazzberry Jam #A61170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 56.27%
G = 5.76%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A61170 (or 0xA61170) is known color: Jazzberry Jam. HEX triplet: A6, 11 and 70. RGB value is (166,17,112). Sum of RGB (Red+Green+Blue) = 166+17+112=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A61170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61170 is #59EE8F. Grayscale: #484848. Windows color (decimal): -5893776 or 7344550. OLE color: 7344550.

HSL color Cylindrical-coordinate representation of color #A61170: hue angle of 321.74º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61170 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 17 112 -
CMYK 0 0.90 0.33 0.35
HSL 321.75º 0.81% 0.36% -
HSV(B) 321.75º 0.9% 0.65% -
XYZ 18.85 9.68 16.2 -
YUV 72.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 166 17 112 0 0.90 0.33 0.35 321.75 0.81 0.36
Hex A6 11 70 0 5A 21 23 142 51 24
Octal 246 21 160 0 132 41 43 502 121 44
Binary 10100110 10001 1110000 0 1011010 100001 100011 101000010 1010001 100100

Color Harmonies of #A61170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61170

Black with #A61170

Text Example


Text Example

White with #A61170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61170; }

 p { color: rgb(166,17,112); }

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

background-color css

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

 a { background-color: rgb(166,17,112); }

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

border-color css

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

 span { border-color: rgb(166,17,112); }

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