Html Css Color HEX #AA046D Jazzberry Jam

📋 copy color: '#AA046D'

red 170 ◦ green 4 ◦ blue 109

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

Shades of Jazzberry Jam #AA046D

Tints of Jazzberry Jam #AA046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.52%

R = 60.07%
G = 1.41%
B = 38.52%

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

#AA046D (or 0xAA046D) is known color: Jazzberry Jam. HEX triplet: AA, 04 and 6D. RGB value is (170,4,109). Sum of RGB (Red+Green+Blue) = 170+4+109=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA046D is #55FB92. Grayscale: #414141. Windows color (decimal): -5634963 or 7144618. OLE color: 7144618.

HSL color Cylindrical-coordinate representation of color #AA046D: hue angle of 322.05º 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 #AA046D is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 4 109 -
CMYK 0 0.98 0.36 0.33
HSL 322.05º 0.95% 0.34% -
HSV(B) 322.05º 0.98% 0.67% -
XYZ 19.38 9.74 15.33 -
YUV 65.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 170 4 109 0 0.98 0.36 0.33 322.05 0.95 0.34
Hex AA 4 6D 0 62 24 21 142 5F 22
Octal 252 4 155 0 142 44 41 502 137 42
Binary 10101010 100 1101101 0 1100010 100100 100001 101000010 1011111 100010

Color Harmonies of #AA046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA046D

Black with #AA046D

Text Example


Text Example

White with #AA046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA046D; }

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

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

background-color css

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

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

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

border-color css

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

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

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