Html Css Color HEX #A01763 Jazzberry Jam

📋 copy color: '#A01763'

red 160 ◦ green 23 ◦ blue 99

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

Shades of Jazzberry Jam #A01763

Tints of Jazzberry Jam #A01763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.11%

R = 56.74%
G = 8.16%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A01763 (or 0xA01763) is known color: Jazzberry Jam. HEX triplet: A0, 17 and 63. RGB value is (160,23,99). Sum of RGB (Red+Green+Blue) = 160+23+99=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A01763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01763 is #5FE89C. Grayscale: #484848. Windows color (decimal): -6285469 or 6494112. OLE color: 6494112.

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

Color convert

RGB 160 23 99 -
CMYK 0 0.86 0.38 0.37
HSL 326.72º 0.75% 0.36% -
HSV(B) 326.72º 0.86% 0.63% -
XYZ 17.06 8.99 12.64 -
YUV 72.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 160 23 99 0 0.86 0.38 0.37 326.72 0.75 0.36
Hex A0 17 63 0 56 26 25 147 4B 24
Octal 240 27 143 0 126 46 45 507 113 44
Binary 10100000 10111 1100011 0 1010110 100110 100101 101000111 1001011 100100

Color Harmonies of #A01763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01763

Black with #A01763

Text Example


Text Example

White with #A01763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01763; }

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

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

background-color css

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

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

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

border-color css

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

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

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