Html Css Color HEX #AA056B Jazzberry Jam

📋 copy color: '#AA056B'

red 170 ◦ green 5 ◦ blue 107

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

Shades of Jazzberry Jam #AA056B

Tints of Jazzberry Jam #AA056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 60.28%
G = 1.77%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA056B (or 0xAA056B) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 6B. RGB value is (170,5,107). Sum of RGB (Red+Green+Blue) = 170+5+107=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA056B is #55FA94. Grayscale: #414141. Windows color (decimal): -5634709 or 7013802. OLE color: 7013802.

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

Color convert

RGB 170 5 107 -
CMYK 0 0.97 0.37 0.33
HSL 322.91º 0.94% 0.34% -
HSV(B) 322.91º 0.97% 0.67% -
XYZ 19.29 9.72 14.77 -
YUV 65.96 151.16 202.21 -
System Red Green Blue C M Y K H S L
Decimal 170 5 107 0 0.97 0.37 0.33 322.91 0.94 0.34
Hex AA 5 6B 0 61 25 21 143 5E 22
Octal 252 5 153 0 141 45 41 503 136 42
Binary 10101010 101 1101011 0 1100001 100101 100001 101000011 1011110 100010

Color Harmonies of #AA056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA056B

Black with #AA056B

Text Example


Text Example

White with #AA056B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA056B; }

 p { color: rgb(170,5,107); }

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

background-color css

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

 a { background-color: rgb(170,5,107); }

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

border-color css

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

 span { border-color: rgb(170,5,107); }

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