Html Css Color HEX #AA0061 Jazzberry Jam

📋 copy color: '#AA0061'

red 170 ◦ green 0 ◦ blue 97

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

Shades of Jazzberry Jam #AA0061

Tints of Jazzberry Jam #AA0061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.67%
G = 0%
B = 36.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA0061 (or 0xAA0061) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 61. RGB value is (170,0,97). Sum of RGB (Red+Green+Blue) = 170+0+97=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0061 is #55FF9E. Grayscale: #3D3D3D. Windows color (decimal): -5635999 or 6357162. OLE color: 6357162.

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

Color convert

RGB 170 0 97 -
CMYK 0 1 0.43 0.33
HSL 325.76º 1% 0.33% -
HSV(B) 325.76º 1% 0.67% -
XYZ 18.74 9.41 12.14 -
YUV 61.89 147.82 205.11 -
System Red Green Blue C M Y K H S L
Decimal 170 0 97 0 1 0.43 0.33 325.76 1 0.33
Hex AA 0 61 0 64 2B 21 146 64 21
Octal 252 0 141 0 144 53 41 506 144 41
Binary 10101010 0 1100001 0 1100100 101011 100001 101000110 1100100 100001

Color Harmonies of #AA0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0061

Black with #AA0061

Text Example


Text Example

White with #AA0061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0061; }

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

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

background-color css

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

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

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

border-color css

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

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

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