Html Css Color HEX #AA1051 Jazzberry Jam

📋 copy color: '#AA1051'

red 170 ◦ green 16 ◦ blue 81

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

Shades of Jazzberry Jam #AA1051

Tints of Jazzberry Jam #AA1051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

 BLUE value IS 81 (32.03% from 255) = 30.34%

R = 63.67%
G = 5.99%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA1051 (or 0xAA1051) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 51. RGB value is (170,16,81). Sum of RGB (Red+Green+Blue) = 170+16+81=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1051 is #55EFAE. Grayscale: #454545. Windows color (decimal): -5631919 or 5312682. OLE color: 5312682.

HSL color Cylindrical-coordinate representation of color #AA1051: hue angle of 334.68º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1051 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 81 -
CMYK 0 0.91 0.52 0.33
HSL 334.68º 0.83% 0.36% -
HSV(B) 334.68º 0.91% 0.67% -
XYZ 18.25 9.51 8.66 -
YUV 69.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 170 16 81 0 0.91 0.52 0.33 334.68 0.83 0.36
Hex AA 10 51 0 5B 34 21 14F 53 24
Octal 252 20 121 0 133 64 41 517 123 44
Binary 10101010 10000 1010001 0 1011011 110100 100001 101001111 1010011 100100

Color Harmonies of #AA1051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1051

Black with #AA1051

Text Example


Text Example

White with #AA1051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1051; }

 p { color: rgb(170,16,81); }

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

background-color css

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

 a { background-color: rgb(170,16,81); }

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

border-color css

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

 span { border-color: rgb(170,16,81); }

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