Html Css Color HEX #AA0648 Jazzberry Jam

📋 copy color: '#AA0648'

red 170 ◦ green 6 ◦ blue 72

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

Shades of Jazzberry Jam #AA0648

Tints of Jazzberry Jam #AA0648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

 BLUE value IS 72 (28.52% from 255) = 29.03%

R = 68.55%
G = 2.42%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA0648 (or 0xAA0648) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 48. RGB value is (170,6,72). Sum of RGB (Red+Green+Blue) = 170+6+72=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0648 is #55F9B7. Grayscale: #3E3E3E. Windows color (decimal): -5634488 or 4720298. OLE color: 4720298.

HSL color Cylindrical-coordinate representation of color #AA0648: hue angle of 335.85º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0648 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 6 72 -
CMYK 0 0.96 0.58 0.33
HSL 335.85º 0.93% 0.35% -
HSV(B) 335.85º 0.96% 0.67% -
XYZ 17.81 9.14 6.96 -
YUV 62.56 133.33 204.63 -
System Red Green Blue C M Y K H S L
Decimal 170 6 72 0 0.96 0.58 0.33 335.85 0.93 0.35
Hex AA 6 48 0 60 3A 21 150 5D 23
Octal 252 6 110 0 140 72 41 520 135 43
Binary 10101010 110 1001000 0 1100000 111010 100001 101010000 1011101 100011

Color Harmonies of #AA0648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0648

Black with #AA0648

Text Example


Text Example

White with #AA0648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0648; }

 p { color: rgb(170,6,72); }

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

background-color css

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

 a { background-color: rgb(170,6,72); }

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

border-color css

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

 span { border-color: rgb(170,6,72); }

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