Html Css Color HEX #AA084D Jazzberry Jam

📋 copy color: '#AA084D'

red 170 ◦ green 8 ◦ blue 77

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

Shades of Jazzberry Jam #AA084D

Tints of Jazzberry Jam #AA084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

 BLUE value IS 77 (30.47% from 255) = 30.2%

R = 66.67%
G = 3.14%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA084D (or 0xAA084D) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 4D. RGB value is (170,8,77). Sum of RGB (Red+Green+Blue) = 170+8+77=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA084D is #55F7B2. Grayscale: #404040. Windows color (decimal): -5633971 or 5048490. OLE color: 5048490.

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

Color convert

RGB 170 8 77 -
CMYK 0 0.95 0.55 0.33
HSL 334.44º 0.91% 0.35% -
HSV(B) 334.44º 0.95% 0.67% -
XYZ 18 9.26 7.86 -
YUV 64.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 170 8 77 0 0.95 0.55 0.33 334.44 0.91 0.35
Hex AA 8 4D 0 5F 37 21 14E 5B 23
Octal 252 10 115 0 137 67 41 516 133 43
Binary 10101010 1000 1001101 0 1011111 110111 100001 101001110 1011011 100011

Color Harmonies of #AA084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA084D

Black with #AA084D

Text Example


Text Example

White with #AA084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA084D; }

 p { color: rgb(170,8,77); }

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

background-color css

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

 a { background-color: rgb(170,8,77); }

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

border-color css

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

 span { border-color: rgb(170,8,77); }

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