Html Css Color HEX #A01D70 Jazzberry Jam

📋 copy color: '#A01D70'

red 160 ◦ green 29 ◦ blue 112

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

Shades of Jazzberry Jam #A01D70

Tints of Jazzberry Jam #A01D70

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.63%

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 53.16%
G = 9.63%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A01D70 (or 0xA01D70) is known color: Jazzberry Jam. HEX triplet: A0, 1D and 70. RGB value is (160,29,112). Sum of RGB (Red+Green+Blue) = 160+29+112=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01D70 is #5FE28F. Grayscale: #4D4D4D. Windows color (decimal): -6283920 or 7347616. OLE color: 7347616.

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

Color convert

RGB 160 29 112 -
CMYK 0 0.82 0.30 0.37
HSL 321.98º 0.69% 0.37% -
HSV(B) 321.98º 0.82% 0.63% -
XYZ 17.86 9.52 16.23 -
YUV 77.63 147.4 186.75 -
System Red Green Blue C M Y K H S L
Decimal 160 29 112 0 0.82 0.30 0.37 321.98 0.69 0.37
Hex A0 1D 70 0 52 1E 25 142 45 25
Octal 240 35 160 0 122 36 45 502 105 45
Binary 10100000 11101 1110000 0 1010010 11110 100101 101000010 1000101 100101

Color Harmonies of #A01D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D70

Black with #A01D70

Text Example


Text Example

White with #A01D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D70; }

 p { color: rgb(160,29,112); }

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

background-color css

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

 a { background-color: rgb(160,29,112); }

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

border-color css

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

 span { border-color: rgb(160,29,112); }

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