Html Css Color HEX #A71072 Jazzberry Jam

📋 copy color: '#A71072'

red 167 ◦ green 16 ◦ blue 114

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

Shades of Jazzberry Jam #A71072

Tints of Jazzberry Jam #A71072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.38%

R = 56.23%
G = 5.39%
B = 38.38%

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

#A71072 (or 0xA71072) is known color: Jazzberry Jam. HEX triplet: A7, 10 and 72. RGB value is (167,16,114). Sum of RGB (Red+Green+Blue) = 167+16+114=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A71072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71072 is #58EF8D. Grayscale: #484848. Windows color (decimal): -5828494 or 7475367. OLE color: 7475367.

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

Color convert

RGB 167 16 114 -
CMYK 0 0.90 0.32 0.35
HSL 321.06º 0.83% 0.36% -
HSV(B) 321.06º 0.9% 0.65% -
XYZ 19.16 9.8 16.8 -
YUV 72.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 167 16 114 0 0.90 0.32 0.35 321.06 0.83 0.36
Hex A7 10 72 0 5A 20 23 141 53 24
Octal 247 20 162 0 132 40 43 501 123 44
Binary 10100111 10000 1110010 0 1011010 100000 100011 101000001 1010011 100100

Color Harmonies of #A71072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71072

Black with #A71072

Text Example


Text Example

White with #A71072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71072; }

 p { color: rgb(167,16,114); }

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

background-color css

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

 a { background-color: rgb(167,16,114); }

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

border-color css

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

 span { border-color: rgb(167,16,114); }

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