Html Css Color HEX #A81870 Jazzberry Jam

📋 copy color: '#A81870'

red 168 ◦ green 24 ◦ blue 112

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

Shades of Jazzberry Jam #A81870

Tints of Jazzberry Jam #A81870

RGB

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

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

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

R = 55.26%
G = 7.89%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A81870 (or 0xA81870) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 70. RGB value is (168,24,112). Sum of RGB (Red+Green+Blue) = 168+24+112=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A81870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81870 is #57E78F. Grayscale: #4C4C4C. Windows color (decimal): -5760912 or 7346344. OLE color: 7346344.

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

Color convert

RGB 168 24 112 -
CMYK 0 0.86 0.33 0.34
HSL 323.33º 0.75% 0.38% -
HSV(B) 323.33º 0.86% 0.66% -
XYZ 19.4 10.15 16.27 -
YUV 77.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 168 24 112 0 0.86 0.33 0.34 323.33 0.75 0.38
Hex A8 18 70 0 56 21 22 143 4B 26
Octal 250 30 160 0 126 41 42 503 113 46
Binary 10101000 11000 1110000 0 1010110 100001 100010 101000011 1001011 100110

Color Harmonies of #A81870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81870

Black with #A81870

Text Example


Text Example

White with #A81870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81870; }

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

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

background-color css

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

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

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

border-color css

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

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

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