Html Css Color HEX #A8195A Jazzberry Jam

📋 copy color: '#A8195A'

red 168 ◦ green 25 ◦ blue 90

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

Shades of Jazzberry Jam #A8195A

Tints of Jazzberry Jam #A8195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 59.36%
G = 8.83%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8195A (or 0xA8195A) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 5A. RGB value is (168,25,90). Sum of RGB (Red+Green+Blue) = 168+25+90=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8195A is #57E6A5. Grayscale: #4B4B4B. Windows color (decimal): -5760678 or 5904808. OLE color: 5904808.

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

Color convert

RGB 168 25 90 -
CMYK 0 0.85 0.46 0.34
HSL 332.73º 0.74% 0.38% -
HSV(B) 332.73º 0.85% 0.66% -
XYZ 18.34 9.76 10.59 -
YUV 75.17 136.38 194.21 -
System Red Green Blue C M Y K H S L
Decimal 168 25 90 0 0.85 0.46 0.34 332.73 0.74 0.38
Hex A8 19 5A 0 55 2E 22 14D 4A 26
Octal 250 31 132 0 125 56 42 515 112 46
Binary 10101000 11001 1011010 0 1010101 101110 100010 101001101 1001010 100110

Color Harmonies of #A8195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8195A

Black with #A8195A

Text Example


Text Example

White with #A8195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8195A; }

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

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

background-color css

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

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

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

border-color css

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

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

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