Html Css Color HEX #AA1C74 Jazzberry Jam

📋 copy color: '#AA1C74'

red 170 ◦ green 28 ◦ blue 116

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

Shades of Jazzberry Jam #AA1C74

Tints of Jazzberry Jam #AA1C74

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.92%

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

R = 54.14%
G = 8.92%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA1C74 (or 0xAA1C74) is known color: Jazzberry Jam. HEX triplet: AA, 1C and 74. RGB value is (170,28,116). Sum of RGB (Red+Green+Blue) = 170+28+116=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C74 is #55E38B. Grayscale: #505050. Windows color (decimal): -5628812 or 7609514. OLE color: 7609514.

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

Color convert

RGB 170 28 116 -
CMYK 0 0.84 0.32 0.33
HSL 322.82º 0.72% 0.39% -
HSV(B) 322.82º 0.84% 0.67% -
XYZ 20.15 10.64 17.51 -
YUV 80.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 170 28 116 0 0.84 0.32 0.33 322.82 0.72 0.39
Hex AA 1C 74 0 54 20 21 143 48 27
Octal 252 34 164 0 124 40 41 503 110 47
Binary 10101010 11100 1110100 0 1010100 100000 100001 101000011 1001000 100111

Color Harmonies of #AA1C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C74

Black with #AA1C74

Text Example


Text Example

White with #AA1C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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