Html Css Color HEX #A01770 Jazzberry Jam

📋 copy color: '#A01770'

red 160 ◦ green 23 ◦ blue 112

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

Shades of Jazzberry Jam #A01770

Tints of Jazzberry Jam #A01770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.8%

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

R = 54.24%
G = 7.8%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A01770 (or 0xA01770) is known color: Jazzberry Jam. HEX triplet: A0, 17 and 70. RGB value is (160,23,112). Sum of RGB (Red+Green+Blue) = 160+23+112=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A01770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01770 is #5FE88F. Grayscale: #494949. Windows color (decimal): -6285456 or 7346080. OLE color: 7346080.

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

Color convert

RGB 160 23 112 -
CMYK 0 0.86 0.30 0.37
HSL 321.02º 0.75% 0.36% -
HSV(B) 321.02º 0.86% 0.63% -
XYZ 17.73 9.26 16.18 -
YUV 74.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 160 23 112 0 0.86 0.30 0.37 321.02 0.75 0.36
Hex A0 17 70 0 56 1E 25 141 4B 24
Octal 240 27 160 0 126 36 45 501 113 44
Binary 10100000 10111 1110000 0 1010110 11110 100101 101000001 1001011 100100

Color Harmonies of #A01770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01770

Black with #A01770

Text Example


Text Example

White with #A01770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01770; }

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

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

background-color css

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

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

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

border-color css

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

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

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