Html Css Color HEX #AA1263 Jazzberry Jam

📋 copy color: '#AA1263'

red 170 ◦ green 18 ◦ blue 99

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

Shades of Jazzberry Jam #AA1263

Tints of Jazzberry Jam #AA1263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.27%

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

R = 59.23%
G = 6.27%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA1263 (or 0xAA1263) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 63. RGB value is (170,18,99). Sum of RGB (Red+Green+Blue) = 170+18+99=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1263 is #55ED9C. Grayscale: #484848. Windows color (decimal): -5631389 or 6492842. OLE color: 6492842.

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

Color convert

RGB 170 18 99 -
CMYK 0 0.89 0.42 0.33
HSL 328.03º 0.81% 0.37% -
HSV(B) 328.03º 0.89% 0.67% -
XYZ 19.05 9.88 12.71 -
YUV 72.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 170 18 99 0 0.89 0.42 0.33 328.03 0.81 0.37
Hex AA 12 63 0 59 2A 21 148 51 25
Octal 252 22 143 0 131 52 41 510 121 45
Binary 10101010 10010 1100011 0 1011001 101010 100001 101001000 1010001 100101

Color Harmonies of #AA1263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1263

Black with #AA1263

Text Example


Text Example

White with #AA1263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1263; }

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

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

background-color css

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

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

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

border-color css

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

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

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