Html Css Color HEX #A8156A Jazzberry Jam

📋 copy color: '#A8156A'

red 168 ◦ green 21 ◦ blue 106

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

Shades of Jazzberry Jam #A8156A

Tints of Jazzberry Jam #A8156A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 56.95%
G = 7.12%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A8156A (or 0xA8156A) is known color: Jazzberry Jam. HEX triplet: A8, 15 and 6A. RGB value is (168,21,106). Sum of RGB (Red+Green+Blue) = 168+21+106=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8156A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8156A is #57EA95. Grayscale: #4A4A4A. Windows color (decimal): -5761686 or 6952360. OLE color: 6952360.

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

Color convert

RGB 168 21 106 -
CMYK 0 0.88 0.37 0.34
HSL 325.31º 0.78% 0.37% -
HSV(B) 325.31º 0.88% 0.66% -
XYZ 19.02 9.9 14.54 -
YUV 74.64 145.7 194.59 -
System Red Green Blue C M Y K H S L
Decimal 168 21 106 0 0.88 0.37 0.34 325.31 0.78 0.37
Hex A8 15 6A 0 58 25 22 145 4E 25
Octal 250 25 152 0 130 45 42 505 116 45
Binary 10101000 10101 1101010 0 1011000 100101 100010 101000101 1001110 100101

Color Harmonies of #A8156A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8156A

Black with #A8156A

Text Example


Text Example

White with #A8156A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8156A; }

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

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

background-color css

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

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

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

border-color css

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

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

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