Html Css Color HEX #A81672 Jazzberry Jam

📋 copy color: '#A81672'

red 168 ◦ green 22 ◦ blue 114

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

Shades of Jazzberry Jam #A81672

Tints of Jazzberry Jam #A81672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.24%

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

R = 55.26%
G = 7.24%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A81672 (or 0xA81672) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 72. RGB value is (168,22,114). Sum of RGB (Red+Green+Blue) = 168+22+114=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A81672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81672 is #57E98D. Grayscale: #4B4B4B. Windows color (decimal): -5761422 or 7476904. OLE color: 7476904.

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

Color convert

RGB 168 22 114 -
CMYK 0 0.87 0.32 0.34
HSL 322.19º 0.77% 0.37% -
HSV(B) 322.19º 0.87% 0.66% -
XYZ 19.47 10.11 16.85 -
YUV 76.14 149.37 193.52 -
System Red Green Blue C M Y K H S L
Decimal 168 22 114 0 0.87 0.32 0.34 322.19 0.77 0.37
Hex A8 16 72 0 57 20 22 142 4D 25
Octal 250 26 162 0 127 40 42 502 115 45
Binary 10101000 10110 1110010 0 1010111 100000 100010 101000010 1001101 100101

Color Harmonies of #A81672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81672

Black with #A81672

Text Example


Text Example

White with #A81672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81672; }

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

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

background-color css

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

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

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

border-color css

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

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

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