Html Css Color HEX #A8194F Jazzberry Jam

📋 copy color: '#A8194F'

red 168 ◦ green 25 ◦ blue 79

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

Shades of Jazzberry Jam #A8194F

Tints of Jazzberry Jam #A8194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

 BLUE value IS 79 (31.25% from 255) = 29.04%

R = 61.76%
G = 9.19%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A8194F (or 0xA8194F) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 4F. RGB value is (168,25,79). Sum of RGB (Red+Green+Blue) = 168+25+79=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A8194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8194F is #57E6B0. Grayscale: #494949. Windows color (decimal): -5760689 or 5183912. OLE color: 5183912.

HSL color Cylindrical-coordinate representation of color #A8194F: hue angle of 337.34º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8194F is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 79 -
CMYK 0 0.85 0.53 0.34
HSL 337.34º 0.74% 0.38% -
HSV(B) 337.34º 0.85% 0.66% -
XYZ 17.91 9.58 8.3 -
YUV 73.91 130.88 195.11 -
System Red Green Blue C M Y K H S L
Decimal 168 25 79 0 0.85 0.53 0.34 337.34 0.74 0.38
Hex A8 19 4F 0 55 35 22 151 4A 26
Octal 250 31 117 0 125 65 42 521 112 46
Binary 10101000 11001 1001111 0 1010101 110101 100010 101010001 1001010 100110

Color Harmonies of #A8194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8194F

Black with #A8194F

Text Example


Text Example

White with #A8194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8194F; }

 p { color: rgb(168,25,79); }

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

background-color css

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

 a { background-color: rgb(168,25,79); }

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

border-color css

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

 span { border-color: rgb(168,25,79); }

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