Html Css Color HEX #AA084E Jazzberry Jam

📋 copy color: '#AA084E'

red 170 ◦ green 8 ◦ blue 78

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

Shades of Jazzberry Jam #AA084E

Tints of Jazzberry Jam #AA084E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.47%

R = 66.41%
G = 3.13%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA084E (or 0xAA084E) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 4E. RGB value is (170,8,78). Sum of RGB (Red+Green+Blue) = 170+8+78=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA084E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA084E is #55F7B1. Grayscale: #404040. Windows color (decimal): -5633970 or 5114026. OLE color: 5114026.

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

Color convert

RGB 170 8 78 -
CMYK 0 0.95 0.54 0.33
HSL 334.07º 0.91% 0.35% -
HSV(B) 334.07º 0.95% 0.67% -
XYZ 18.04 9.27 8.05 -
YUV 64.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 170 8 78 0 0.95 0.54 0.33 334.07 0.91 0.35
Hex AA 8 4E 0 5F 36 21 14E 5B 23
Octal 252 10 116 0 137 66 41 516 133 43
Binary 10101010 1000 1001110 0 1011111 110110 100001 101001110 1011011 100011

Color Harmonies of #AA084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA084E

Black with #AA084E

Text Example


Text Example

White with #AA084E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA084E; }

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

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

background-color css

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

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

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

border-color css

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

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

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