Html Css Color HEX #A61071 Jazzberry Jam

📋 copy color: '#A61071'

red 166 ◦ green 16 ◦ blue 113

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

Shades of Jazzberry Jam #A61071

Tints of Jazzberry Jam #A61071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.42%

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 56.27%
G = 5.42%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A61071 (or 0xA61071) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 71. RGB value is (166,16,113). Sum of RGB (Red+Green+Blue) = 166+16+113=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A61071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61071 is #59EF8E. Grayscale: #474747. Windows color (decimal): -5894031 or 7409830. OLE color: 7409830.

HSL color Cylindrical-coordinate representation of color #A61071: hue angle of 321.2º degrees, saturation: 0.82, 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 #A61071 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 16 113 -
CMYK 0 0.90 0.32 0.35
HSL 321.2º 0.82% 0.36% -
HSV(B) 321.2º 0.9% 0.65% -
XYZ 18.89 9.67 16.49 -
YUV 71.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 166 16 113 0 0.90 0.32 0.35 321.2 0.82 0.36
Hex A6 10 71 0 5A 20 23 141 52 24
Octal 246 20 161 0 132 40 43 501 122 44
Binary 10100110 10000 1110001 0 1011010 100000 100011 101000001 1010010 100100

Color Harmonies of #A61071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61071

Black with #A61071

Text Example


Text Example

White with #A61071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61071; }

 p { color: rgb(166,16,113); }

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

background-color css

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

 a { background-color: rgb(166,16,113); }

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

border-color css

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

 span { border-color: rgb(166,16,113); }

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