Html Css Color HEX #AA034D Jazzberry Jam

📋 copy color: '#AA034D'

red 170 ◦ green 3 ◦ blue 77

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

Shades of Jazzberry Jam #AA034D

Tints of Jazzberry Jam #AA034D

RGB

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

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

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

R = 68%
G = 1.2%
B = 30.8%

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

#AA034D (or 0xAA034D) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 4D. RGB value is (170,3,77). Sum of RGB (Red+Green+Blue) = 170+3+77=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA034D is #55FCB2. Grayscale: #3D3D3D. Windows color (decimal): -5635251 or 5047210. OLE color: 5047210.

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

Color convert

RGB 170 3 77 -
CMYK 0 0.98 0.55 0.33
HSL 333.41º 0.97% 0.34% -
HSV(B) 333.41º 0.98% 0.67% -
XYZ 17.95 9.15 7.84 -
YUV 61.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 170 3 77 0 0.98 0.55 0.33 333.41 0.97 0.34
Hex AA 3 4D 0 62 37 21 14D 61 22
Octal 252 3 115 0 142 67 41 515 141 42
Binary 10101010 11 1001101 0 1100010 110111 100001 101001101 1100001 100010

Color Harmonies of #AA034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA034D

Black with #AA034D

Text Example


Text Example

White with #AA034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA034D; }

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

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

background-color css

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

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

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

border-color css

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

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

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