Html Css Color HEX #AA013F Jazzberry Jam

📋 copy color: '#AA013F'

red 170 ◦ green 1 ◦ blue 63

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

Shades of Jazzberry Jam #AA013F

Tints of Jazzberry Jam #AA013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 63 (25% from 255) = 26.92%

R = 72.65%
G = 0.43%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA013F (or 0xAA013F) is known color: Jazzberry Jam. HEX triplet: AA, 01 and 3F. RGB value is (170,1,63). Sum of RGB (Red+Green+Blue) = 170+1+63=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA013F is #55FEC0. Grayscale: #3A3A3A. Windows color (decimal): -5635777 or 4129194. OLE color: 4129194.

HSL color Cylindrical-coordinate representation of color #AA013F: hue angle of 337.99º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA013F is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 1 63 -
CMYK 0 0.99 0.63 0.33
HSL 337.99º 0.99% 0.34% -
HSV(B) 337.99º 0.99% 0.67% -
XYZ 17.49 8.93 5.5 -
YUV 58.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 170 1 63 0 0.99 0.63 0.33 337.99 0.99 0.34
Hex AA 1 3F 0 63 3F 21 152 63 22
Octal 252 1 77 0 143 77 41 522 143 42
Binary 10101010 1 111111 0 1100011 111111 100001 101010010 1100011 100010

Color Harmonies of #AA013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA013F

Black with #AA013F

Text Example


Text Example

White with #AA013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA013F; }

 p { color: rgb(170,1,63); }

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

background-color css

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

 a { background-color: rgb(170,1,63); }

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

border-color css

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

 span { border-color: rgb(170,1,63); }

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