Html Css Color HEX #A82072 Jazzberry Jam

📋 copy color: '#A82072'

red 168 ◦ green 32 ◦ blue 114

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

Shades of Jazzberry Jam #A82072

Tints of Jazzberry Jam #A82072

RGB

 RED value IS 168 (66.02% from 255) = 53.5%

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

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

R = 53.5%
G = 10.19%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A82072 (or 0xA82072) is known color: Jazzberry Jam. HEX triplet: A8, 20 and 72. RGB value is (168,32,114). Sum of RGB (Red+Green+Blue) = 168+32+114=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A82072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82072 is #57DF8D. Grayscale: #515151. Windows color (decimal): -5758862 or 7479464. OLE color: 7479464.

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

Color convert

RGB 168 32 114 -
CMYK 0 0.81 0.32 0.34
HSL 323.82º 0.68% 0.39% -
HSV(B) 323.82º 0.81% 0.66% -
XYZ 19.7 10.57 16.92 -
YUV 82.01 146.06 189.33 -
System Red Green Blue C M Y K H S L
Decimal 168 32 114 0 0.81 0.32 0.34 323.82 0.68 0.39
Hex A8 20 72 0 51 20 22 144 44 27
Octal 250 40 162 0 121 40 42 504 104 47
Binary 10101000 100000 1110010 0 1010001 100000 100010 101000100 1000100 100111

Color Harmonies of #A82072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82072

Black with #A82072

Text Example


Text Example

White with #A82072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82072; }

 p { color: rgb(168,32,114); }

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

background-color css

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

 a { background-color: rgb(168,32,114); }

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

border-color css

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

 span { border-color: rgb(168,32,114); }

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