Html Css Color HEX #A61A71 Jazzberry Jam

📋 copy color: '#A61A71'

red 166 ◦ green 26 ◦ blue 113

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

Shades of Jazzberry Jam #A61A71

Tints of Jazzberry Jam #A61A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.52%

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

R = 54.43%
G = 8.52%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A61A71 (or 0xA61A71) is known color: Jazzberry Jam. HEX triplet: A6, 1A and 71. RGB value is (166,26,113). Sum of RGB (Red+Green+Blue) = 166+26+113=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61A71 is #59E58E. Grayscale: #4D4D4D. Windows color (decimal): -5891471 or 7412390. OLE color: 7412390.

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

Color convert

RGB 166 26 113 -
CMYK 0 0.84 0.32 0.35
HSL 322.71º 0.73% 0.38% -
HSV(B) 322.71º 0.84% 0.65% -
XYZ 19.08 10.04 16.55 -
YUV 77.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 166 26 113 0 0.84 0.32 0.35 322.71 0.73 0.38
Hex A6 1A 71 0 54 20 23 143 49 26
Octal 246 32 161 0 124 40 43 503 111 46
Binary 10100110 11010 1110001 0 1010100 100000 100011 101000011 1001001 100110

Color Harmonies of #A61A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61A71

Black with #A61A71

Text Example


Text Example

White with #A61A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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