Html Css Color HEX #A81871 Jazzberry Jam

📋 copy color: '#A81871'

red 168 ◦ green 24 ◦ blue 113

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

Shades of Jazzberry Jam #A81871

Tints of Jazzberry Jam #A81871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 55.08%
G = 7.87%
B = 37.05%

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

#A81871 (or 0xA81871) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 71. RGB value is (168,24,113). Sum of RGB (Red+Green+Blue) = 168+24+113=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A81871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81871 is #57E78E. Grayscale: #4C4C4C. Windows color (decimal): -5760911 or 7411880. OLE color: 7411880.

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

Color convert

RGB 168 24 113 -
CMYK 0 0.86 0.33 0.34
HSL 322.92º 0.75% 0.38% -
HSV(B) 322.92º 0.86% 0.66% -
XYZ 19.46 10.17 16.56 -
YUV 77.2 148.21 192.76 -
System Red Green Blue C M Y K H S L
Decimal 168 24 113 0 0.86 0.33 0.34 322.92 0.75 0.38
Hex A8 18 71 0 56 21 22 143 4B 26
Octal 250 30 161 0 126 41 42 503 113 46
Binary 10101000 11000 1110001 0 1010110 100001 100010 101000011 1001011 100110

Color Harmonies of #A81871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81871

Black with #A81871

Text Example


Text Example

White with #A81871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81871; }

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

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

background-color css

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

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

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

border-color css

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

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

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