Html Css Color HEX #A82172 Jazzberry Jam

📋 copy color: '#A82172'

red 168 ◦ green 33 ◦ blue 114

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

Shades of Jazzberry Jam #A82172

Tints of Jazzberry Jam #A82172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.48%

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

R = 53.33%
G = 10.48%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A82172 (or 0xA82172) is known color: Jazzberry Jam. HEX triplet: A8, 21 and 72. RGB value is (168,33,114). Sum of RGB (Red+Green+Blue) = 168+33+114=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A82172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82172 is #57DE8D. Grayscale: #525252. Windows color (decimal): -5758606 or 7479720. OLE color: 7479720.

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

Color convert

RGB 168 33 114 -
CMYK 0 0.80 0.32 0.34
HSL 324º 0.67% 0.39% -
HSV(B) 324º 0.8% 0.66% -
XYZ 19.73 10.63 16.93 -
YUV 82.6 145.73 188.91 -
System Red Green Blue C M Y K H S L
Decimal 168 33 114 0 0.80 0.32 0.34 324 0.67 0.39
Hex A8 21 72 0 50 20 22 144 43 27
Octal 250 41 162 0 120 40 42 504 103 47
Binary 10101000 100001 1110010 0 1010000 100000 100010 101000100 1000011 100111

Color Harmonies of #A82172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82172

Black with #A82172

Text Example


Text Example

White with #A82172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82172; }

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

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

background-color css

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

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

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

border-color css

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

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

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