Html Css Color HEX #A72074 Jazzberry Jam

📋 copy color: '#A72074'

red 167 ◦ green 32 ◦ blue 116

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

Shades of Jazzberry Jam #A72074

Tints of Jazzberry Jam #A72074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 53.02%
G = 10.16%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A72074 (or 0xA72074) is known color: Jazzberry Jam. HEX triplet: A7, 20 and 74. RGB value is (167,32,116). Sum of RGB (Red+Green+Blue) = 167+32+116=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A72074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72074 is #58DF8B. Grayscale: #515151. Windows color (decimal): -5824396 or 7610535. OLE color: 7610535.

HSL color Cylindrical-coordinate representation of color #A72074: hue angle of 322.67º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72074 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 116 -
CMYK 0 0.81 0.31 0.35
HSL 322.67º 0.68% 0.39% -
HSV(B) 322.67º 0.81% 0.65% -
XYZ 19.61 10.51 17.52 -
YUV 81.94 147.23 188.67 -
System Red Green Blue C M Y K H S L
Decimal 167 32 116 0 0.81 0.31 0.35 322.67 0.68 0.39
Hex A7 20 74 0 51 1F 23 143 44 27
Octal 247 40 164 0 121 37 43 503 104 47
Binary 10100111 100000 1110100 0 1010001 11111 100011 101000011 1000100 100111

Color Harmonies of #A72074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72074

Black with #A72074

Text Example


Text Example

White with #A72074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72074; }

 p { color: rgb(167,32,116); }

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

background-color css

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

 a { background-color: rgb(167,32,116); }

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

border-color css

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

 span { border-color: rgb(167,32,116); }

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