Html Css Color HEX #AA026A Jazzberry Jam

📋 copy color: '#AA026A'

red 170 ◦ green 2 ◦ blue 106

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

Shades of Jazzberry Jam #AA026A

Tints of Jazzberry Jam #AA026A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 61.15%
G = 0.72%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA026A (or 0xAA026A) is known color: Jazzberry Jam. HEX triplet: AA, 02 and 6A. RGB value is (170,2,106). Sum of RGB (Red+Green+Blue) = 170+2+106=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA026A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA026A is #55FD95. Grayscale: #3F3F3F. Windows color (decimal): -5635478 or 6947498. OLE color: 6947498.

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

Color convert

RGB 170 2 106 -
CMYK 0 0.99 0.38 0.33
HSL 322.86º 0.98% 0.34% -
HSV(B) 322.86º 0.99% 0.67% -
XYZ 19.2 9.63 14.48 -
YUV 64.09 151.66 203.54 -
System Red Green Blue C M Y K H S L
Decimal 170 2 106 0 0.99 0.38 0.33 322.86 0.98 0.34
Hex AA 2 6A 0 63 26 21 143 62 22
Octal 252 2 152 0 143 46 41 503 142 42
Binary 10101010 10 1101010 0 1100011 100110 100001 101000011 1100010 100010

Color Harmonies of #AA026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA026A

Black with #AA026A

Text Example


Text Example

White with #AA026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA026A; }

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

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

background-color css

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

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

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

border-color css

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

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

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