Html Css Color HEX #A8136C Jazzberry Jam

📋 copy color: '#A8136C'

red 168 ◦ green 19 ◦ blue 108

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

Shades of Jazzberry Jam #A8136C

Tints of Jazzberry Jam #A8136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 56.95%
G = 6.44%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8136C (or 0xA8136C) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 6C. RGB value is (168,19,108). Sum of RGB (Red+Green+Blue) = 168+19+108=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8136C is #57EC93. Grayscale: #494949. Windows color (decimal): -5762196 or 7082920. OLE color: 7082920.

HSL color Cylindrical-coordinate representation of color #A8136C: hue angle of 324.16º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8136C is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 19 108 -
CMYK 0 0.89 0.36 0.34
HSL 324.16º 0.8% 0.37% -
HSV(B) 324.16º 0.89% 0.66% -
XYZ 19.09 9.87 15.09 -
YUV 73.7 147.36 195.26 -
System Red Green Blue C M Y K H S L
Decimal 168 19 108 0 0.89 0.36 0.34 324.16 0.8 0.37
Hex A8 13 6C 0 59 24 22 144 50 25
Octal 250 23 154 0 131 44 42 504 120 45
Binary 10101000 10011 1101100 0 1011001 100100 100010 101000100 1010000 100101

Color Harmonies of #A8136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8136C

Black with #A8136C

Text Example


Text Example

White with #A8136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8136C; }

 p { color: rgb(168,19,108); }

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

background-color css

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

 a { background-color: rgb(168,19,108); }

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

border-color css

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

 span { border-color: rgb(168,19,108); }

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