Html Css Color HEX #A8195C Jazzberry Jam

📋 copy color: '#A8195C'

red 168 ◦ green 25 ◦ blue 92

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

Shades of Jazzberry Jam #A8195C

Tints of Jazzberry Jam #A8195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.28%

R = 58.95%
G = 8.77%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8195C (or 0xA8195C) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 5C. RGB value is (168,25,92). Sum of RGB (Red+Green+Blue) = 168+25+92=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8195C is #57E6A3. Grayscale: #4B4B4B. Windows color (decimal): -5760676 or 6035880. OLE color: 6035880.

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

Color convert

RGB 168 25 92 -
CMYK 0 0.85 0.45 0.34
HSL 331.89º 0.74% 0.38% -
HSV(B) 331.89º 0.85% 0.66% -
XYZ 18.43 9.79 11.04 -
YUV 75.4 137.38 194.05 -
System Red Green Blue C M Y K H S L
Decimal 168 25 92 0 0.85 0.45 0.34 331.89 0.74 0.38
Hex A8 19 5C 0 55 2D 22 14C 4A 26
Octal 250 31 134 0 125 55 42 514 112 46
Binary 10101000 11001 1011100 0 1010101 101101 100010 101001100 1001010 100110

Color Harmonies of #A8195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8195C

Black with #A8195C

Text Example


Text Example

White with #A8195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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