Html Css Color HEX #AA046C Jazzberry Jam

📋 copy color: '#AA046C'

red 170 ◦ green 4 ◦ blue 108

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

Shades of Jazzberry Jam #AA046C

Tints of Jazzberry Jam #AA046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 60.28%
G = 1.42%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA046C (or 0xAA046C) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 6C. RGB value is (170,4,108). Sum of RGB (Red+Green+Blue) = 170+4+108=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA046C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA046C is #55FB93. Grayscale: #414141. Windows color (decimal): -5634964 or 7079082. OLE color: 7079082.

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

Color convert

RGB 170 4 108 -
CMYK 0 0.98 0.36 0.33
HSL 322.41º 0.95% 0.34% -
HSV(B) 322.41º 0.98% 0.67% -
XYZ 19.33 9.72 15.04 -
YUV 65.49 152 202.54 -
System Red Green Blue C M Y K H S L
Decimal 170 4 108 0 0.98 0.36 0.33 322.41 0.95 0.34
Hex AA 4 6C 0 62 24 21 142 5F 22
Octal 252 4 154 0 142 44 41 502 137 42
Binary 10101010 100 1101100 0 1100010 100100 100001 101000010 1011111 100010

Color Harmonies of #AA046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA046C

Black with #AA046C

Text Example


Text Example

White with #AA046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA046C; }

 p { color: rgb(170,4,108); }

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

background-color css

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

 a { background-color: rgb(170,4,108); }

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

border-color css

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

 span { border-color: rgb(170,4,108); }

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