Html Css Color HEX #AA1A5A Jazzberry Jam

📋 copy color: '#AA1A5A'

red 170 ◦ green 26 ◦ blue 90

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

Shades of Jazzberry Jam #AA1A5A

Tints of Jazzberry Jam #AA1A5A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.09%

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 59.44%
G = 9.09%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA1A5A (or 0xAA1A5A) is known color: Jazzberry Jam. HEX triplet: AA, 1A and 5A. RGB value is (170,26,90). Sum of RGB (Red+Green+Blue) = 170+26+90=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A5A is #55E5A5. Grayscale: #4C4C4C. Windows color (decimal): -5629350 or 5905066. OLE color: 5905066.

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

Color convert

RGB 170 26 90 -
CMYK 0 0.85 0.47 0.33
HSL 333.33º 0.73% 0.38% -
HSV(B) 333.33º 0.85% 0.67% -
XYZ 18.79 10.02 10.62 -
YUV 76.35 135.71 194.8 -
System Red Green Blue C M Y K H S L
Decimal 170 26 90 0 0.85 0.47 0.33 333.33 0.73 0.38
Hex AA 1A 5A 0 55 2F 21 14D 49 26
Octal 252 32 132 0 125 57 41 515 111 46
Binary 10101010 11010 1011010 0 1010101 101111 100001 101001101 1001001 100110

Color Harmonies of #AA1A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A5A

Black with #AA1A5A

Text Example


Text Example

White with #AA1A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A5A; }

 p { color: rgb(170,26,90); }

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

background-color css

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

 a { background-color: rgb(170,26,90); }

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

border-color css

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

 span { border-color: rgb(170,26,90); }

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