Html Css Color HEX #AA084B Jazzberry Jam

📋 copy color: '#AA084B'

red 170 ◦ green 8 ◦ blue 75

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

Shades of Jazzberry Jam #AA084B

Tints of Jazzberry Jam #AA084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.64%

R = 67.19%
G = 3.16%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA084B (or 0xAA084B) is known color: Jazzberry Jam. HEX triplet: AA, 08 and 4B. RGB value is (170,8,75). Sum of RGB (Red+Green+Blue) = 170+8+75=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA084B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA084B is #55F7B4. Grayscale: #3F3F3F. Windows color (decimal): -5633973 or 4917418. OLE color: 4917418.

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

Color convert

RGB 170 8 75 -
CMYK 0 0.95 0.56 0.33
HSL 335.19º 0.91% 0.35% -
HSV(B) 335.19º 0.95% 0.67% -
XYZ 17.93 9.23 7.49 -
YUV 64.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 170 8 75 0 0.95 0.56 0.33 335.19 0.91 0.35
Hex AA 8 4B 0 5F 38 21 14F 5B 23
Octal 252 10 113 0 137 70 41 517 133 43
Binary 10101010 1000 1001011 0 1011111 111000 100001 101001111 1011011 100011

Color Harmonies of #AA084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA084B

Black with #AA084B

Text Example


Text Example

White with #AA084B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA084B; }

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

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

background-color css

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

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

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

border-color css

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

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

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