Html Css Color HEX #A01047 Jazzberry Jam

📋 copy color: '#A01047'

red 160 ◦ green 16 ◦ blue 71

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

Shades of Jazzberry Jam #A01047

Tints of Jazzberry Jam #A01047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.74%

R = 64.78%
G = 6.48%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A01047 (or 0xA01047) is known color: Jazzberry Jam. HEX triplet: A0, 10 and 47. RGB value is (160,16,71). Sum of RGB (Red+Green+Blue) = 160+16+71=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A01047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01047 is #5FEFB8. Grayscale: #414141. Windows color (decimal): -6287289 or 4657312. OLE color: 4657312.

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

Color convert

RGB 160 16 71 -
CMYK 0 0.9 0.56 0.37
HSL 337.08º 0.82% 0.35% -
HSV(B) 337.08º 0.9% 0.63% -
XYZ 15.82 8.3 6.73 -
YUV 65.33 131.21 195.53 -
System Red Green Blue C M Y K H S L
Decimal 160 16 71 0 0.9 0.56 0.37 337.08 0.82 0.35
Hex A0 10 47 0 5A 38 25 151 52 23
Octal 240 20 107 0 132 70 45 521 122 43
Binary 10100000 10000 1000111 0 1011010 111000 100101 101010001 1010010 100011

Color Harmonies of #A01047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01047

Black with #A01047

Text Example


Text Example

White with #A01047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01047; }

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

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

background-color css

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

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

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

border-color css

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

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

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