Html Css Color HEX #A8156B Jazzberry Jam

📋 copy color: '#A8156B'

red 168 ◦ green 21 ◦ blue 107

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

Shades of Jazzberry Jam #A8156B

Tints of Jazzberry Jam #A8156B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.15%

R = 56.76%
G = 7.09%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8156B (or 0xA8156B) is known color: Jazzberry Jam. HEX triplet: A8, 15 and 6B. RGB value is (168,21,107). Sum of RGB (Red+Green+Blue) = 168+21+107=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8156B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8156B is #57EA94. Grayscale: #4A4A4A. Windows color (decimal): -5761685 or 7017896. OLE color: 7017896.

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

Color convert

RGB 168 21 107 -
CMYK 0 0.88 0.36 0.34
HSL 324.9º 0.78% 0.37% -
HSV(B) 324.9º 0.88% 0.66% -
XYZ 19.07 9.92 14.82 -
YUV 74.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 168 21 107 0 0.88 0.36 0.34 324.9 0.78 0.37
Hex A8 15 6B 0 58 24 22 145 4E 25
Octal 250 25 153 0 130 44 42 505 116 45
Binary 10101000 10101 1101011 0 1011000 100100 100010 101000101 1001110 100101

Color Harmonies of #A8156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8156B

Black with #A8156B

Text Example


Text Example

White with #A8156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8156B; }

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

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

background-color css

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

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

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

border-color css

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

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

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