Html Css Color HEX #AA0D61 Jazzberry Jam

📋 copy color: '#AA0D61'

red 170 ◦ green 13 ◦ blue 97

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

Shades of Jazzberry Jam #AA0D61

Tints of Jazzberry Jam #AA0D61

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.64%

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 60.71%
G = 4.64%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA0D61 (or 0xAA0D61) is known color: Jazzberry Jam. HEX triplet: AA, 0D and 61. RGB value is (170,13,97). Sum of RGB (Red+Green+Blue) = 170+13+97=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D61 is #55F29E. Grayscale: #454545. Windows color (decimal): -5632671 or 6360490. OLE color: 6360490.

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

Color convert

RGB 170 13 97 -
CMYK 0 0.92 0.43 0.33
HSL 327.9º 0.86% 0.36% -
HSV(B) 327.9º 0.92% 0.67% -
XYZ 18.88 9.7 12.19 -
YUV 69.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 170 13 97 0 0.92 0.43 0.33 327.9 0.86 0.36
Hex AA D 61 0 5C 2B 21 148 56 24
Octal 252 15 141 0 134 53 41 510 126 44
Binary 10101010 1101 1100001 0 1011100 101011 100001 101001000 1010110 100100

Color Harmonies of #AA0D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D61

Black with #AA0D61

Text Example


Text Example

White with #AA0D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D61; }

 p { color: rgb(170,13,97); }

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

background-color css

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

 a { background-color: rgb(170,13,97); }

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

border-color css

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

 span { border-color: rgb(170,13,97); }

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