Html Css Color HEX #A00156 Jazzberry Jam

📋 copy color: '#A00156'

red 160 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #A00156

Tints of Jazzberry Jam #A00156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 86 (33.98% from 255) = 34.82%

R = 64.78%
G = 0.4%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A00156 (or 0xA00156) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 56. RGB value is (160,1,86). Sum of RGB (Red+Green+Blue) = 160+1+86=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A00156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00156 is #5FFEA9. Grayscale: #3A3A3A. Windows color (decimal): -6291114 or 5636512. OLE color: 5636512.

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

Color convert

RGB 160 1 86 -
CMYK 0 0.99 0.46 0.37
HSL 327.92º 0.99% 0.32% -
HSV(B) 327.92º 0.99% 0.63% -
XYZ 16.19 8.17 9.53 -
YUV 58.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 160 1 86 0 0.99 0.46 0.37 327.92 0.99 0.32
Hex A0 1 56 0 63 2E 25 148 63 20
Octal 240 1 126 0 143 56 45 510 143 40
Binary 10100000 1 1010110 0 1100011 101110 100101 101001000 1100011 100000

Color Harmonies of #A00156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00156

Black with #A00156

Text Example


Text Example

White with #A00156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00156; }

 p { color: rgb(160,1,86); }

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

background-color css

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

 a { background-color: rgb(160,1,86); }

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

border-color css

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

 span { border-color: rgb(160,1,86); }

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