Html Css Color HEX #A81476 Jazzberry Jam

📋 copy color: '#A81476'

red 168 ◦ green 20 ◦ blue 118

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

Shades of Jazzberry Jam #A81476

Tints of Jazzberry Jam #A81476

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.54%

 BLUE value IS 118 (46.48% from 255) = 38.56%

R = 54.9%
G = 6.54%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A81476 (or 0xA81476) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 76. RGB value is (168,20,118). Sum of RGB (Red+Green+Blue) = 168+20+118=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A81476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81476 is #57EB89. Grayscale: #4B4B4B. Windows color (decimal): -5761930 or 7738536. OLE color: 7738536.

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

Color convert

RGB 168 20 118 -
CMYK 0 0.88 0.30 0.34
HSL 320.27º 0.79% 0.37% -
HSV(B) 320.27º 0.88% 0.66% -
XYZ 19.67 10.13 18.06 -
YUV 75.42 152.03 194.03 -
System Red Green Blue C M Y K H S L
Decimal 168 20 118 0 0.88 0.30 0.34 320.27 0.79 0.37
Hex A8 14 76 0 58 1E 22 140 4F 25
Octal 250 24 166 0 130 36 42 500 117 45
Binary 10101000 10100 1110110 0 1011000 11110 100010 101000000 1001111 100101

Color Harmonies of #A81476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81476

Black with #A81476

Text Example


Text Example

White with #A81476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81476; }

 p { color: rgb(168,20,118); }

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

background-color css

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

 a { background-color: rgb(168,20,118); }

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

border-color css

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

 span { border-color: rgb(168,20,118); }

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