Html Css Color HEX #AA136A Jazzberry Jam

📋 copy color: '#AA136A'

red 170 ◦ green 19 ◦ blue 106

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

Shades of Jazzberry Jam #AA136A

Tints of Jazzberry Jam #AA136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

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

R = 57.63%
G = 6.44%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA136A (or 0xAA136A) is known color: Jazzberry Jam. HEX triplet: AA, 13 and 6A. RGB value is (170,19,106). Sum of RGB (Red+Green+Blue) = 170+19+106=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA136A is #55EC95. Grayscale: #494949. Windows color (decimal): -5631126 or 6951850. OLE color: 6951850.

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

Color convert

RGB 170 19 106 -
CMYK 0 0.89 0.38 0.33
HSL 325.43º 0.8% 0.37% -
HSV(B) 325.43º 0.89% 0.67% -
XYZ 19.41 10.05 14.55 -
YUV 74.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 170 19 106 0 0.89 0.38 0.33 325.43 0.8 0.37
Hex AA 13 6A 0 59 26 21 145 50 25
Octal 252 23 152 0 131 46 41 505 120 45
Binary 10101010 10011 1101010 0 1011001 100110 100001 101000101 1010000 100101

Color Harmonies of #AA136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA136A

Black with #AA136A

Text Example


Text Example

White with #AA136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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