Html Css Color HEX #A01056 Jazzberry Jam

📋 copy color: '#A01056'

red 160 ◦ green 16 ◦ blue 86

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

Shades of Jazzberry Jam #A01056

Tints of Jazzberry Jam #A01056

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

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

R = 61.07%
G = 6.11%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A01056 (or 0xA01056) is known color: Jazzberry Jam. HEX triplet: A0, 10 and 56. RGB value is (160,16,86). Sum of RGB (Red+Green+Blue) = 160+16+86=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A01056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01056 is #5FEFA9. Grayscale: #424242. Windows color (decimal): -6287274 or 5640352. OLE color: 5640352.

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

Color convert

RGB 160 16 86 -
CMYK 0 0.9 0.46 0.37
HSL 330.83º 0.82% 0.35% -
HSV(B) 330.83º 0.9% 0.63% -
XYZ 16.36 8.52 9.59 -
YUV 67.04 138.71 194.31 -
System Red Green Blue C M Y K H S L
Decimal 160 16 86 0 0.9 0.46 0.37 330.83 0.82 0.35
Hex A0 10 56 0 5A 2E 25 14B 52 23
Octal 240 20 126 0 132 56 45 513 122 43
Binary 10100000 10000 1010110 0 1011010 101110 100101 101001011 1010010 100011

Color Harmonies of #A01056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01056

Black with #A01056

Text Example


Text Example

White with #A01056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01056; }

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

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

background-color css

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

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

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

border-color css

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

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

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