Html Css Color HEX #A81477 Jazzberry Jam

📋 copy color: '#A81477'

red 168 ◦ green 20 ◦ blue 119

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

Shades of Jazzberry Jam #A81477

Tints of Jazzberry Jam #A81477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.76%

R = 54.72%
G = 6.51%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A81477 (or 0xA81477) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 77. RGB value is (168,20,119). Sum of RGB (Red+Green+Blue) = 168+20+119=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A81477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81477 is #57EB88. Grayscale: #4B4B4B. Windows color (decimal): -5761929 or 7804072. OLE color: 7804072.

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

Color convert

RGB 168 20 119 -
CMYK 0 0.88 0.29 0.34
HSL 319.86º 0.79% 0.37% -
HSV(B) 319.86º 0.88% 0.66% -
XYZ 19.73 10.16 18.37 -
YUV 75.54 152.53 193.95 -
System Red Green Blue C M Y K H S L
Decimal 168 20 119 0 0.88 0.29 0.34 319.86 0.79 0.37
Hex A8 14 77 0 58 1D 22 140 4F 25
Octal 250 24 167 0 130 35 42 500 117 45
Binary 10101000 10100 1110111 0 1011000 11101 100010 101000000 1001111 100101

Color Harmonies of #A81477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81477

Black with #A81477

Text Example


Text Example

White with #A81477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81477; }

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

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

background-color css

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

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

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

border-color css

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

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

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