Html Css Color HEX #AA126A Jazzberry Jam

📋 copy color: '#AA126A'

red 170 ◦ green 18 ◦ blue 106

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

Shades of Jazzberry Jam #AA126A

Tints of Jazzberry Jam #AA126A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.12%

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

R = 57.82%
G = 6.12%
B = 36.05%

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

#AA126A (or 0xAA126A) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 6A. RGB value is (170,18,106). Sum of RGB (Red+Green+Blue) = 170+18+106=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA126A is #55ED95. Grayscale: #494949. Windows color (decimal): -5631382 or 6951594. OLE color: 6951594.

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

Color convert

RGB 170 18 106 -
CMYK 0 0.89 0.38 0.33
HSL 325.26º 0.81% 0.37% -
HSV(B) 325.26º 0.89% 0.67% -
XYZ 19.4 10.02 14.55 -
YUV 73.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 170 18 106 0 0.89 0.38 0.33 325.26 0.81 0.37
Hex AA 12 6A 0 59 26 21 145 51 25
Octal 252 22 152 0 131 46 41 505 121 45
Binary 10101010 10010 1101010 0 1011001 100110 100001 101000101 1010001 100101

Color Harmonies of #AA126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA126A

Black with #AA126A

Text Example


Text Example

White with #AA126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA126A; }

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

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

background-color css

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

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

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

border-color css

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

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

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