Html Css Color HEX #A8155E Jazzberry Jam

📋 copy color: '#A8155E'

red 168 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #A8155E

Tints of Jazzberry Jam #A8155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 59.36%
G = 7.42%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A8155E (or 0xA8155E) is known color: Jazzberry Jam. HEX triplet: A8, 15 and 5E. RGB value is (168,21,94). Sum of RGB (Red+Green+Blue) = 168+21+94=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8155E is #57EAA1. Grayscale: #494949. Windows color (decimal): -5761698 or 6165928. OLE color: 6165928.

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

Color convert

RGB 168 21 94 -
CMYK 0 0.88 0.44 0.34
HSL 330.2º 0.78% 0.37% -
HSV(B) 330.2º 0.88% 0.66% -
XYZ 18.44 9.67 11.48 -
YUV 73.28 139.7 195.56 -
System Red Green Blue C M Y K H S L
Decimal 168 21 94 0 0.88 0.44 0.34 330.2 0.78 0.37
Hex A8 15 5E 0 58 2C 22 14A 4E 25
Octal 250 25 136 0 130 54 42 512 116 45
Binary 10101000 10101 1011110 0 1011000 101100 100010 101001010 1001110 100101

Color Harmonies of #A8155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8155E

Black with #A8155E

Text Example


Text Example

White with #A8155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8155E; }

 p { color: rgb(168,21,94); }

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

background-color css

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

 a { background-color: rgb(168,21,94); }

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

border-color css

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

 span { border-color: rgb(168,21,94); }

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