Html Css Color HEX #AA0053 Jazzberry Jam

📋 copy color: '#AA0053'

red 170 ◦ green 0 ◦ blue 83

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

Shades of Jazzberry Jam #AA0053

Tints of Jazzberry Jam #AA0053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 67.19%
G = 0%
B = 32.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA0053 (or 0xAA0053) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 53. RGB value is (170,0,83). Sum of RGB (Red+Green+Blue) = 170+0+83=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0053 is #55FFAC. Grayscale: #3C3C3C. Windows color (decimal): -5636013 or 5439658. OLE color: 5439658.

HSL color Cylindrical-coordinate representation of color #AA0053: hue angle of 330.71º 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 #AA0053 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 0 83 -
CMYK 0 1 0.51 0.33
HSL 330.71º 1% 0.33% -
HSV(B) 330.71º 1% 0.67% -
XYZ 18.14 9.17 9 -
YUV 60.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 170 0 83 0 1 0.51 0.33 330.71 1 0.33
Hex AA 0 53 0 64 33 21 14B 64 21
Octal 252 0 123 0 144 63 41 513 144 41
Binary 10101010 0 1010011 0 1100100 110011 100001 101001011 1100100 100001

Color Harmonies of #AA0053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0053

Black with #AA0053

Text Example


Text Example

White with #AA0053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0053; }

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

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

background-color css

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

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

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

border-color css

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

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

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