Html Css Color HEX #AA146A Jazzberry Jam

📋 copy color: '#AA146A'

red 170 ◦ green 20 ◦ blue 106

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

Shades of Jazzberry Jam #AA146A

Tints of Jazzberry Jam #AA146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.81%

R = 57.43%
G = 6.76%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA146A (or 0xAA146A) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 6A. RGB value is (170,20,106). Sum of RGB (Red+Green+Blue) = 170+20+106=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA146A is #55EB95. Grayscale: #4A4A4A. Windows color (decimal): -5630870 or 6952106. OLE color: 6952106.

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

Color convert

RGB 170 20 106 -
CMYK 0 0.88 0.38 0.33
HSL 325.6º 0.79% 0.37% -
HSV(B) 325.6º 0.88% 0.67% -
XYZ 19.43 10.09 14.56 -
YUV 74.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 170 20 106 0 0.88 0.38 0.33 325.6 0.79 0.37
Hex AA 14 6A 0 58 26 21 146 4F 25
Octal 252 24 152 0 130 46 41 506 117 45
Binary 10101010 10100 1101010 0 1011000 100110 100001 101000110 1001111 100101

Color Harmonies of #AA146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA146A

Black with #AA146A

Text Example


Text Example

White with #AA146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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