Html Css Color HEX #AA0657 Jazzberry Jam

📋 copy color: '#AA0657'

red 170 ◦ green 6 ◦ blue 87

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

Shades of Jazzberry Jam #AA0657

Tints of Jazzberry Jam #AA0657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.08%

R = 64.64%
G = 2.28%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA0657 (or 0xAA0657) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 57. RGB value is (170,6,87). Sum of RGB (Red+Green+Blue) = 170+6+87=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0657 is #55F9A8. Grayscale: #404040. Windows color (decimal): -5634473 or 5703338. OLE color: 5703338.

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

Color convert

RGB 170 6 87 -
CMYK 0 0.96 0.49 0.33
HSL 330.37º 0.93% 0.35% -
HSV(B) 330.37º 0.96% 0.67% -
XYZ 18.36 9.36 9.86 -
YUV 64.27 140.83 203.41 -
System Red Green Blue C M Y K H S L
Decimal 170 6 87 0 0.96 0.49 0.33 330.37 0.93 0.35
Hex AA 6 57 0 60 31 21 14A 5D 23
Octal 252 6 127 0 140 61 41 512 135 43
Binary 10101010 110 1010111 0 1100000 110001 100001 101001010 1011101 100011

Color Harmonies of #AA0657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0657

Black with #AA0657

Text Example


Text Example

White with #AA0657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0657; }

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

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

background-color css

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

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

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

border-color css

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

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

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