Html Css Color HEX #A8136E Jazzberry Jam

📋 copy color: '#A8136E'

red 168 ◦ green 19 ◦ blue 110

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

Shades of Jazzberry Jam #A8136E

Tints of Jazzberry Jam #A8136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 56.57%
G = 6.4%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8136E (or 0xA8136E) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 6E. RGB value is (168,19,110). Sum of RGB (Red+Green+Blue) = 168+19+110=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8136E is #57EC91. Grayscale: #494949. Windows color (decimal): -5762194 or 7213992. OLE color: 7213992.

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

Color convert

RGB 168 19 110 -
CMYK 0 0.89 0.35 0.34
HSL 323.36º 0.8% 0.37% -
HSV(B) 323.36º 0.89% 0.66% -
XYZ 19.2 9.92 15.65 -
YUV 73.93 148.36 195.1 -
System Red Green Blue C M Y K H S L
Decimal 168 19 110 0 0.89 0.35 0.34 323.36 0.8 0.37
Hex A8 13 6E 0 59 23 22 143 50 25
Octal 250 23 156 0 131 43 42 503 120 45
Binary 10101000 10011 1101110 0 1011001 100011 100010 101000011 1010000 100101

Color Harmonies of #A8136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8136E

Black with #A8136E

Text Example


Text Example

White with #A8136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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