Html Css Color HEX #AA1F61 Jazzberry Jam

📋 copy color: '#AA1F61'

red 170 ◦ green 31 ◦ blue 97

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

Shades of Jazzberry Jam #AA1F61

Tints of Jazzberry Jam #AA1F61

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.4%

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

R = 57.05%
G = 10.4%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA1F61 (or 0xAA1F61) is known color: Jazzberry Jam. HEX triplet: AA, 1F and 61. RGB value is (170,31,97). Sum of RGB (Red+Green+Blue) = 170+31+97=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F61 is #55E09E. Grayscale: #4F4F4F. Windows color (decimal): -5628063 or 6365098. OLE color: 6365098.

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

Color convert

RGB 170 31 97 -
CMYK 0 0.82 0.43 0.33
HSL 331.51º 0.69% 0.39% -
HSV(B) 331.51º 0.82% 0.67% -
XYZ 19.23 10.39 12.3 -
YUV 80.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 170 31 97 0 0.82 0.43 0.33 331.51 0.69 0.39
Hex AA 1F 61 0 52 2B 21 14C 45 27
Octal 252 37 141 0 122 53 41 514 105 47
Binary 10101010 11111 1100001 0 1010010 101011 100001 101001100 1000101 100111

Color Harmonies of #AA1F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F61

Black with #AA1F61

Text Example


Text Example

White with #AA1F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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