Html Css Color HEX #AA1457 Jazzberry Jam

📋 copy color: '#AA1457'

red 170 ◦ green 20 ◦ blue 87

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

Shades of Jazzberry Jam #AA1457

Tints of Jazzberry Jam #AA1457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.22%

 BLUE value IS 87 (34.38% from 255) = 31.41%

R = 61.37%
G = 7.22%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA1457 (or 0xAA1457) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 57. RGB value is (170,20,87). Sum of RGB (Red+Green+Blue) = 170+20+87=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1457 is #55EBA8. Grayscale: #484848. Windows color (decimal): -5630889 or 5706922. OLE color: 5706922.

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

Color convert

RGB 170 20 87 -
CMYK 0 0.88 0.49 0.33
HSL 333.2º 0.79% 0.37% -
HSV(B) 333.2º 0.88% 0.67% -
XYZ 18.55 9.73 9.92 -
YUV 72.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 170 20 87 0 0.88 0.49 0.33 333.2 0.79 0.37
Hex AA 14 57 0 58 31 21 14D 4F 25
Octal 252 24 127 0 130 61 41 515 117 45
Binary 10101010 10100 1010111 0 1011000 110001 100001 101001101 1001111 100101

Color Harmonies of #AA1457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1457

Black with #AA1457

Text Example


Text Example

White with #AA1457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1457; }

 p { color: rgb(170,20,87); }

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

background-color css

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

 a { background-color: rgb(170,20,87); }

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

border-color css

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

 span { border-color: rgb(170,20,87); }

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