Html Css Color HEX #A0136C Jazzberry Jam

📋 copy color: '#A0136C'

red 160 ◦ green 19 ◦ blue 108

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

Shades of Jazzberry Jam #A0136C

Tints of Jazzberry Jam #A0136C

RGB

 RED value IS 160 (62.89% from 255) = 55.75%

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

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

R = 55.75%
G = 6.62%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0136C (or 0xA0136C) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 6C. RGB value is (160,19,108). Sum of RGB (Red+Green+Blue) = 160+19+108=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0136C is #5FEC93. Grayscale: #474747. Windows color (decimal): -6286484 or 7082912. OLE color: 7082912.

HSL color Cylindrical-coordinate representation of color #A0136C: hue angle of 322.13º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0136C is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 19 108 -
CMYK 0 0.88 0.32 0.37
HSL 322.13º 0.79% 0.35% -
HSV(B) 322.13º 0.88% 0.63% -
XYZ 17.44 9.02 15.01 -
YUV 71.31 148.71 191.26 -
System Red Green Blue C M Y K H S L
Decimal 160 19 108 0 0.88 0.32 0.37 322.13 0.79 0.35
Hex A0 13 6C 0 58 20 25 142 4F 23
Octal 240 23 154 0 130 40 45 502 117 43
Binary 10100000 10011 1101100 0 1011000 100000 100101 101000010 1001111 100011

Color Harmonies of #A0136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0136C

Black with #A0136C

Text Example


Text Example

White with #A0136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0136C; }

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

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

background-color css

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

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

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

border-color css

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

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

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