Html Css Color HEX #AA246F Jazzberry Jam

📋 copy color: '#AA246F'

red 170 ◦ green 36 ◦ blue 111

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

Shades of Jazzberry Jam #AA246F

Tints of Jazzberry Jam #AA246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 53.63%
G = 11.36%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA246F (or 0xAA246F) is known color: Jazzberry Jam. HEX triplet: AA, 24 and 6F. RGB value is (170,36,111). Sum of RGB (Red+Green+Blue) = 170+36+111=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA246F is #55DB90. Grayscale: #545454. Windows color (decimal): -5626769 or 7283882. OLE color: 7283882.

HSL color Cylindrical-coordinate representation of color #AA246F: hue angle of 326.42º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA246F is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 36 111 -
CMYK 0 0.79 0.35 0.33
HSL 326.42º 0.65% 0.4% -
HSV(B) 326.42º 0.79% 0.67% -
XYZ 20.08 10.96 16.1 -
YUV 84.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 170 36 111 0 0.79 0.35 0.33 326.42 0.65 0.4
Hex AA 24 6F 0 4F 23 21 146 41 28
Octal 252 44 157 0 117 43 41 506 101 50
Binary 10101010 100100 1101111 0 1001111 100011 100001 101000110 1000001 101000

Color Harmonies of #AA246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA246F

Black with #AA246F

Text Example


Text Example

White with #AA246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA246F; }

 p { color: rgb(170,36,111); }

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

background-color css

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

 a { background-color: rgb(170,36,111); }

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

border-color css

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

 span { border-color: rgb(170,36,111); }

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