Html Css Color HEX #A81670 Jazzberry Jam

📋 copy color: '#A81670'

red 168 ◦ green 22 ◦ blue 112

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

Shades of Jazzberry Jam #A81670

Tints of Jazzberry Jam #A81670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.09%

R = 55.63%
G = 7.28%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A81670 (or 0xA81670) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 70. RGB value is (168,22,112). Sum of RGB (Red+Green+Blue) = 168+22+112=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A81670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81670 is #57E98F. Grayscale: #4B4B4B. Windows color (decimal): -5761424 or 7345832. OLE color: 7345832.

HSL color Cylindrical-coordinate representation of color #A81670: hue angle of 323.01º 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 #A81670 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 22 112 -
CMYK 0 0.87 0.33 0.34
HSL 323.01º 0.77% 0.37% -
HSV(B) 323.01º 0.87% 0.66% -
XYZ 19.36 10.07 16.25 -
YUV 75.91 148.37 193.68 -
System Red Green Blue C M Y K H S L
Decimal 168 22 112 0 0.87 0.33 0.34 323.01 0.77 0.37
Hex A8 16 70 0 57 21 22 143 4D 25
Octal 250 26 160 0 127 41 42 503 115 45
Binary 10101000 10110 1110000 0 1010111 100001 100010 101000011 1001101 100101

Color Harmonies of #A81670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81670

Black with #A81670

Text Example


Text Example

White with #A81670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81670; }

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

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

background-color css

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

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

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

border-color css

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

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

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