Html Css Color HEX #AA1F74 Jazzberry Jam

📋 copy color: '#AA1F74'

red 170 ◦ green 31 ◦ blue 116

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

Shades of Jazzberry Jam #AA1F74

Tints of Jazzberry Jam #AA1F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 53.63%
G = 9.78%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA1F74 (or 0xAA1F74) is known color: Jazzberry Jam. HEX triplet: AA, 1F and 74. RGB value is (170,31,116). Sum of RGB (Red+Green+Blue) = 170+31+116=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F74 is #55E08B. Grayscale: #525252. Windows color (decimal): -5628044 or 7610282. OLE color: 7610282.

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

Color convert

RGB 170 31 116 -
CMYK 0 0.82 0.32 0.33
HSL 323.31º 0.69% 0.39% -
HSV(B) 323.31º 0.82% 0.67% -
XYZ 20.22 10.79 17.54 -
YUV 82.25 147.05 190.59 -
System Red Green Blue C M Y K H S L
Decimal 170 31 116 0 0.82 0.32 0.33 323.31 0.69 0.39
Hex AA 1F 74 0 52 20 21 143 45 27
Octal 252 37 164 0 122 40 41 503 105 47
Binary 10101010 11111 1110100 0 1010010 100000 100001 101000011 1000101 100111

Color Harmonies of #AA1F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1F74

Black with #AA1F74

Text Example


Text Example

White with #AA1F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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