Html Css Color HEX #A8155C Jazzberry Jam

📋 copy color: '#A8155C'

red 168 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #A8155C

Tints of Jazzberry Jam #A8155C

RGB

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

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

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

R = 59.79%
G = 7.47%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8155C (or 0xA8155C) is known color: Jazzberry Jam. HEX triplet: A8, 15 and 5C. RGB value is (168,21,92). Sum of RGB (Red+Green+Blue) = 168+21+92=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8155C is #57EAA3. Grayscale: #484848. Windows color (decimal): -5761700 or 6034856. OLE color: 6034856.

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

Color convert

RGB 168 21 92 -
CMYK 0 0.88 0.45 0.34
HSL 331.02º 0.78% 0.37% -
HSV(B) 331.02º 0.88% 0.66% -
XYZ 18.35 9.63 11.02 -
YUV 73.05 138.7 195.73 -
System Red Green Blue C M Y K H S L
Decimal 168 21 92 0 0.88 0.45 0.34 331.02 0.78 0.37
Hex A8 15 5C 0 58 2D 22 14B 4E 25
Octal 250 25 134 0 130 55 42 513 116 45
Binary 10101000 10101 1011100 0 1011000 101101 100010 101001011 1001110 100101

Color Harmonies of #A8155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8155C

Black with #A8155C

Text Example


Text Example

White with #A8155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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