Html Css Color HEX #AA1B58 Jazzberry Jam

📋 copy color: '#AA1B58'

red 170 ◦ green 27 ◦ blue 88

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

Shades of Jazzberry Jam #AA1B58

Tints of Jazzberry Jam #AA1B58

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

 BLUE value IS 88 (34.77% from 255) = 30.88%

R = 59.65%
G = 9.47%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA1B58 (or 0xAA1B58) is known color: Jazzberry Jam. HEX triplet: AA, 1B and 58. RGB value is (170,27,88). Sum of RGB (Red+Green+Blue) = 170+27+88=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B58 is #55E4A7. Grayscale: #4C4C4C. Windows color (decimal): -5629096 or 5774250. OLE color: 5774250.

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

Color convert

RGB 170 27 88 -
CMYK 0 0.84 0.48 0.33
HSL 334.41º 0.73% 0.39% -
HSV(B) 334.41º 0.84% 0.67% -
XYZ 18.73 10.03 10.18 -
YUV 76.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 170 27 88 0 0.84 0.48 0.33 334.41 0.73 0.39
Hex AA 1B 58 0 54 30 21 14E 49 27
Octal 252 33 130 0 124 60 41 516 111 47
Binary 10101010 11011 1011000 0 1010100 110000 100001 101001110 1001001 100111

Color Harmonies of #AA1B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B58

Black with #AA1B58

Text Example


Text Example

White with #AA1B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B58; }

 p { color: rgb(170,27,88); }

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

background-color css

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

 a { background-color: rgb(170,27,88); }

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

border-color css

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

 span { border-color: rgb(170,27,88); }

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