Html Css Color HEX #AA034C Jazzberry Jam

📋 copy color: '#AA034C'

red 170 ◦ green 3 ◦ blue 76

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

Shades of Jazzberry Jam #AA034C

Tints of Jazzberry Jam #AA034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 76 (30.08% from 255) = 30.52%

R = 68.27%
G = 1.2%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA034C (or 0xAA034C) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 4C. RGB value is (170,3,76). Sum of RGB (Red+Green+Blue) = 170+3+76=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA034C is #55FCB3. Grayscale: #3D3D3D. Windows color (decimal): -5635252 or 4981674. OLE color: 4981674.

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

Color convert

RGB 170 3 76 -
CMYK 0 0.98 0.55 0.33
HSL 333.77º 0.97% 0.34% -
HSV(B) 333.77º 0.98% 0.67% -
XYZ 17.91 9.13 7.66 -
YUV 61.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 170 3 76 0 0.98 0.55 0.33 333.77 0.97 0.34
Hex AA 3 4C 0 62 37 21 14E 61 22
Octal 252 3 114 0 142 67 41 516 141 42
Binary 10101010 11 1001100 0 1100010 110111 100001 101001110 1100001 100010

Color Harmonies of #AA034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA034C

Black with #AA034C

Text Example


Text Example

White with #AA034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA034C; }

 p { color: rgb(170,3,76); }

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

background-color css

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

 a { background-color: rgb(170,3,76); }

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

border-color css

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

 span { border-color: rgb(170,3,76); }

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