Html Css Color HEX #A72065 Jazzberry Jam

📋 copy color: '#A72065'

red 167 ◦ green 32 ◦ blue 101

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

Shades of Jazzberry Jam #A72065

Tints of Jazzberry Jam #A72065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 55.67%
G = 10.67%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A72065 (or 0xA72065) is known color: Jazzberry Jam. HEX triplet: A7, 20 and 65. RGB value is (167,32,101). Sum of RGB (Red+Green+Blue) = 167+32+101=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A72065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72065 is #58DF9A. Grayscale: #505050. Windows color (decimal): -5824411 or 6627495. OLE color: 6627495.

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

Color convert

RGB 167 32 101 -
CMYK 0 0.81 0.40 0.35
HSL 329.33º 0.68% 0.39% -
HSV(B) 329.33º 0.81% 0.65% -
XYZ 18.8 10.19 13.29 -
YUV 80.23 139.73 189.89 -
System Red Green Blue C M Y K H S L
Decimal 167 32 101 0 0.81 0.40 0.35 329.33 0.68 0.39
Hex A7 20 65 0 51 28 23 149 44 27
Octal 247 40 145 0 121 50 43 511 104 47
Binary 10100111 100000 1100101 0 1010001 101000 100011 101001001 1000100 100111

Color Harmonies of #A72065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72065

Black with #A72065

Text Example


Text Example

White with #A72065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72065; }

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

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

background-color css

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

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

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

border-color css

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

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

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