Html Css Color HEX #A71C71 Jazzberry Jam

📋 copy color: '#A71C71'

red 167 ◦ green 28 ◦ blue 113

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

Shades of Jazzberry Jam #A71C71

Tints of Jazzberry Jam #A71C71

RGB

 RED value IS 167 (65.63% from 255) = 54.22%

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

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

R = 54.22%
G = 9.09%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A71C71 (or 0xA71C71) is known color: Jazzberry Jam. HEX triplet: A7, 1C and 71. RGB value is (167,28,113). Sum of RGB (Red+Green+Blue) = 167+28+113=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71C71 is #58E38E. Grayscale: #4F4F4F. Windows color (decimal): -5825423 or 7412903. OLE color: 7412903.

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

Color convert

RGB 167 28 113 -
CMYK 0 0.83 0.32 0.35
HSL 323.31º 0.71% 0.38% -
HSV(B) 323.31º 0.83% 0.65% -
XYZ 19.33 10.24 16.58 -
YUV 79.25 147.05 190.59 -
System Red Green Blue C M Y K H S L
Decimal 167 28 113 0 0.83 0.32 0.35 323.31 0.71 0.38
Hex A7 1C 71 0 53 20 23 143 47 26
Octal 247 34 161 0 123 40 43 503 107 46
Binary 10100111 11100 1110001 0 1010011 100000 100011 101000011 1000111 100110

Color Harmonies of #A71C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71C71

Black with #A71C71

Text Example


Text Example

White with #A71C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71C71; }

 p { color: rgb(167,28,113); }

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

background-color css

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

 a { background-color: rgb(167,28,113); }

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

border-color css

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

 span { border-color: rgb(167,28,113); }

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