Html Css Color HEX #A81479 Jazzberry Jam

📋 copy color: '#A81479'

red 168 ◦ green 20 ◦ blue 121

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

Shades of Jazzberry Jam #A81479

Tints of Jazzberry Jam #A81479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.16%

R = 54.37%
G = 6.47%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A81479 (or 0xA81479) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 79. RGB value is (168,20,121). Sum of RGB (Red+Green+Blue) = 168+20+121=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A81479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81479 is #57EB86. Grayscale: #4B4B4B. Windows color (decimal): -5761927 or 7935144. OLE color: 7935144.

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

Color convert

RGB 168 20 121 -
CMYK 0 0.88 0.28 0.34
HSL 319.05º 0.79% 0.37% -
HSV(B) 319.05º 0.88% 0.66% -
XYZ 19.85 10.21 19.01 -
YUV 75.77 153.53 193.79 -
System Red Green Blue C M Y K H S L
Decimal 168 20 121 0 0.88 0.28 0.34 319.05 0.79 0.37
Hex A8 14 79 0 58 1C 22 13F 4F 25
Octal 250 24 171 0 130 34 42 477 117 45
Binary 10101000 10100 1111001 0 1011000 11100 100010 100111111 1001111 100101

Color Harmonies of #A81479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81479

Black with #A81479

Text Example


Text Example

White with #A81479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81479; }

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

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

background-color css

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

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

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

border-color css

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

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

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