Html Css Color HEX #AA246D Jazzberry Jam

📋 copy color: '#AA246D'

red 170 ◦ green 36 ◦ blue 109

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

Shades of Jazzberry Jam #AA246D

Tints of Jazzberry Jam #AA246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 53.97%
G = 11.43%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA246D (or 0xAA246D) is known color: Jazzberry Jam. HEX triplet: AA, 24 and 6D. RGB value is (170,36,109). Sum of RGB (Red+Green+Blue) = 170+36+109=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA246D is #55DB92. Grayscale: #545454. Windows color (decimal): -5626771 or 7152810. OLE color: 7152810.

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

Color convert

RGB 170 36 109 -
CMYK 0 0.79 0.36 0.33
HSL 327.31º 0.65% 0.4% -
HSV(B) 327.31º 0.79% 0.67% -
XYZ 19.97 10.91 15.52 -
YUV 84.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 170 36 109 0 0.79 0.36 0.33 327.31 0.65 0.4
Hex AA 24 6D 0 4F 24 21 147 41 28
Octal 252 44 155 0 117 44 41 507 101 50
Binary 10101010 100100 1101101 0 1001111 100100 100001 101000111 1000001 101000

Color Harmonies of #AA246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA246D

Black with #AA246D

Text Example


Text Example

White with #AA246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA246D; }

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

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

background-color css

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

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

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

border-color css

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

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

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