Html Css Color HEX #AA0650 Jazzberry Jam

📋 copy color: '#AA0650'

red 170 ◦ green 6 ◦ blue 80

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

Shades of Jazzberry Jam #AA0650

Tints of Jazzberry Jam #AA0650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.25%

R = 66.41%
G = 2.34%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA0650 (or 0xAA0650) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 50. RGB value is (170,6,80). Sum of RGB (Red+Green+Blue) = 170+6+80=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0650 is #55F9AF. Grayscale: #3F3F3F. Windows color (decimal): -5634480 or 5244586. OLE color: 5244586.

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

Color convert

RGB 170 6 80 -
CMYK 0 0.96 0.53 0.33
HSL 332.93º 0.93% 0.35% -
HSV(B) 332.93º 0.96% 0.67% -
XYZ 18.09 9.26 8.42 -
YUV 63.47 137.33 203.98 -
System Red Green Blue C M Y K H S L
Decimal 170 6 80 0 0.96 0.53 0.33 332.93 0.93 0.35
Hex AA 6 50 0 60 35 21 14D 5D 23
Octal 252 6 120 0 140 65 41 515 135 43
Binary 10101010 110 1010000 0 1100000 110101 100001 101001101 1011101 100011

Color Harmonies of #AA0650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0650

Black with #AA0650

Text Example


Text Example

White with #AA0650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0650; }

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

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

background-color css

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

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

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

border-color css

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

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

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