Html Css Color HEX #AA146D Jazzberry Jam

📋 copy color: '#AA146D'

red 170 ◦ green 20 ◦ blue 109

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

Shades of Jazzberry Jam #AA146D

Tints of Jazzberry Jam #AA146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.69%

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

R = 56.86%
G = 6.69%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA146D (or 0xAA146D) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 6D. RGB value is (170,20,109). Sum of RGB (Red+Green+Blue) = 170+20+109=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA146D is #55EB92. Grayscale: #4A4A4A. Windows color (decimal): -5630867 or 7148714. OLE color: 7148714.

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

Color convert

RGB 170 20 109 -
CMYK 0 0.88 0.36 0.33
HSL 324.4º 0.79% 0.37% -
HSV(B) 324.4º 0.88% 0.67% -
XYZ 19.59 10.15 15.39 -
YUV 75 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 170 20 109 0 0.88 0.36 0.33 324.4 0.79 0.37
Hex AA 14 6D 0 58 24 21 144 4F 25
Octal 252 24 155 0 130 44 41 504 117 45
Binary 10101010 10100 1101101 0 1011000 100100 100001 101000100 1001111 100101

Color Harmonies of #AA146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA146D

Black with #AA146D

Text Example


Text Example

White with #AA146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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