Html Css Color HEX #AA1763 Jazzberry Jam

📋 copy color: '#AA1763'

red 170 ◦ green 23 ◦ blue 99

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

Shades of Jazzberry Jam #AA1763

Tints of Jazzberry Jam #AA1763

RGB

 RED value IS 170 (66.8% from 255) = 58.22%

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

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

R = 58.22%
G = 7.88%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA1763 (or 0xAA1763) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 63. RGB value is (170,23,99). Sum of RGB (Red+Green+Blue) = 170+23+99=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1763 is #55E89C. Grayscale: #4B4B4B. Windows color (decimal): -5630109 or 6494122. OLE color: 6494122.

HSL color Cylindrical-coordinate representation of color #AA1763: hue angle of 328.98º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1763 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 23 99 -
CMYK 0 0.86 0.42 0.33
HSL 328.98º 0.76% 0.38% -
HSV(B) 328.98º 0.86% 0.67% -
XYZ 19.14 10.06 12.74 -
YUV 75.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 170 23 99 0 0.86 0.42 0.33 328.98 0.76 0.38
Hex AA 17 63 0 56 2A 21 149 4C 26
Octal 252 27 143 0 126 52 41 511 114 46
Binary 10101010 10111 1100011 0 1010110 101010 100001 101001001 1001100 100110

Color Harmonies of #AA1763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1763

Black with #AA1763

Text Example


Text Example

White with #AA1763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1763; }

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

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

background-color css

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

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

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

border-color css

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

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

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