Html Css Color HEX #A0136A Jazzberry Jam

📋 copy color: '#A0136A'

red 160 ◦ green 19 ◦ blue 106

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

Shades of Jazzberry Jam #A0136A

Tints of Jazzberry Jam #A0136A

RGB

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

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

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

R = 56.14%
G = 6.67%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0136A (or 0xA0136A) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 6A. RGB value is (160,19,106). Sum of RGB (Red+Green+Blue) = 160+19+106=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A0136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0136A is #5FEC95. Grayscale: #464646. Windows color (decimal): -6286486 or 6951840. OLE color: 6951840.

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

Color convert

RGB 160 19 106 -
CMYK 0 0.88 0.34 0.37
HSL 322.98º 0.79% 0.35% -
HSV(B) 322.98º 0.88% 0.63% -
XYZ 17.33 8.98 14.46 -
YUV 71.08 147.71 191.43 -
System Red Green Blue C M Y K H S L
Decimal 160 19 106 0 0.88 0.34 0.37 322.98 0.79 0.35
Hex A0 13 6A 0 58 22 25 143 4F 23
Octal 240 23 152 0 130 42 45 503 117 43
Binary 10100000 10011 1101010 0 1011000 100010 100101 101000011 1001111 100011

Color Harmonies of #A0136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0136A

Black with #A0136A

Text Example


Text Example

White with #A0136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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