Html Css Color HEX #AA1F72 Jazzberry Jam

📋 copy color: '#AA1F72'

red 170 ◦ green 31 ◦ blue 114

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

Shades of Jazzberry Jam #AA1F72

Tints of Jazzberry Jam #AA1F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 53.97%
G = 9.84%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA1F72 (or 0xAA1F72) is known color: Jazzberry Jam. HEX triplet: AA, 1F and 72. RGB value is (170,31,114). Sum of RGB (Red+Green+Blue) = 170+31+114=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F72 is #55E08D. Grayscale: #515151. Windows color (decimal): -5628046 or 7479210. OLE color: 7479210.

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

Color convert

RGB 170 31 114 -
CMYK 0 0.82 0.33 0.33
HSL 324.17º 0.69% 0.39% -
HSV(B) 324.17º 0.82% 0.67% -
XYZ 20.1 10.74 16.93 -
YUV 82.02 146.05 190.75 -
System Red Green Blue C M Y K H S L
Decimal 170 31 114 0 0.82 0.33 0.33 324.17 0.69 0.39
Hex AA 1F 72 0 52 21 21 144 45 27
Octal 252 37 162 0 122 41 41 504 105 47
Binary 10101010 11111 1110010 0 1010010 100001 100001 101000100 1000101 100111

Color Harmonies of #AA1F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F72

Black with #AA1F72

Text Example


Text Example

White with #AA1F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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