Html Css Color HEX #A8194E Jazzberry Jam

📋 copy color: '#A8194E'

red 168 ◦ green 25 ◦ blue 78

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

Shades of Jazzberry Jam #A8194E

Tints of Jazzberry Jam #A8194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 61.99%
G = 9.23%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A8194E (or 0xA8194E) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 4E. RGB value is (168,25,78). Sum of RGB (Red+Green+Blue) = 168+25+78=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A8194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8194E is #57E6B1. Grayscale: #494949. Windows color (decimal): -5760690 or 5118376. OLE color: 5118376.

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

Color convert

RGB 168 25 78 -
CMYK 0 0.85 0.54 0.34
HSL 337.76º 0.74% 0.38% -
HSV(B) 337.76º 0.85% 0.66% -
XYZ 17.87 9.57 8.11 -
YUV 73.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 168 25 78 0 0.85 0.54 0.34 337.76 0.74 0.38
Hex A8 19 4E 0 55 36 22 152 4A 26
Octal 250 31 116 0 125 66 42 522 112 46
Binary 10101000 11001 1001110 0 1010101 110110 100010 101010010 1001010 100110

Color Harmonies of #A8194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8194E

Black with #A8194E

Text Example


Text Example

White with #A8194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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