Html Css Color HEX #A01663 Jazzberry Jam

📋 copy color: '#A01663'

red 160 ◦ green 22 ◦ blue 99

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

Shades of Jazzberry Jam #A01663

Tints of Jazzberry Jam #A01663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

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

R = 56.94%
G = 7.83%
B = 35.23%

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

#A01663 (or 0xA01663) is known color: Jazzberry Jam. HEX triplet: A0, 16 and 63. RGB value is (160,22,99). Sum of RGB (Red+Green+Blue) = 160+22+99=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A01663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01663 is #5FE99C. Grayscale: #474747. Windows color (decimal): -6285725 or 6493856. OLE color: 6493856.

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

Color convert

RGB 160 22 99 -
CMYK 0 0.86 0.38 0.37
HSL 326.52º 0.76% 0.36% -
HSV(B) 326.52º 0.86% 0.63% -
XYZ 17.04 8.95 12.63 -
YUV 72.04 143.22 190.74 -
System Red Green Blue C M Y K H S L
Decimal 160 22 99 0 0.86 0.38 0.37 326.52 0.76 0.36
Hex A0 16 63 0 56 26 25 147 4C 24
Octal 240 26 143 0 126 46 45 507 114 44
Binary 10100000 10110 1100011 0 1010110 100110 100101 101000111 1001100 100100

Color Harmonies of #A01663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01663

Black with #A01663

Text Example


Text Example

White with #A01663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01663; }

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

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

background-color css

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

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

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

border-color css

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

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

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