Html Css Color HEX #A81872 Jazzberry Jam

📋 copy color: '#A81872'

red 168 ◦ green 24 ◦ blue 114

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

Shades of Jazzberry Jam #A81872

Tints of Jazzberry Jam #A81872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.84%

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

R = 54.9%
G = 7.84%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A81872 (or 0xA81872) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 72. RGB value is (168,24,114). Sum of RGB (Red+Green+Blue) = 168+24+114=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A81872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81872 is #57E78D. Grayscale: #4D4D4D. Windows color (decimal): -5760910 or 7477416. OLE color: 7477416.

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

Color convert

RGB 168 24 114 -
CMYK 0 0.86 0.32 0.34
HSL 322.5º 0.75% 0.38% -
HSV(B) 322.5º 0.86% 0.66% -
XYZ 19.51 10.19 16.86 -
YUV 77.32 148.71 192.68 -
System Red Green Blue C M Y K H S L
Decimal 168 24 114 0 0.86 0.32 0.34 322.5 0.75 0.38
Hex A8 18 72 0 56 20 22 142 4B 26
Octal 250 30 162 0 126 40 42 502 113 46
Binary 10101000 11000 1110010 0 1010110 100000 100010 101000010 1001011 100110

Color Harmonies of #A81872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81872

Black with #A81872

Text Example


Text Example

White with #A81872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81872; }

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

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

background-color css

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

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

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

border-color css

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

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

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