Html Css Color HEX #AA0754 Jazzberry Jam

📋 copy color: '#AA0754'

red 170 ◦ green 7 ◦ blue 84

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

Shades of Jazzberry Jam #AA0754

Tints of Jazzberry Jam #AA0754

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.68%

 BLUE value IS 84 (33.2% from 255) = 32.18%

R = 65.13%
G = 2.68%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA0754 (or 0xAA0754) is known color: Jazzberry Jam. HEX triplet: AA, 07 and 54. RGB value is (170,7,84). Sum of RGB (Red+Green+Blue) = 170+7+84=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0754 is #55F8AB. Grayscale: #404040. Windows color (decimal): -5634220 or 5506986. OLE color: 5506986.

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

Color convert

RGB 170 7 84 -
CMYK 0 0.96 0.51 0.33
HSL 331.66º 0.92% 0.35% -
HSV(B) 331.66º 0.96% 0.67% -
XYZ 18.25 9.34 9.23 -
YUV 64.52 139 203.24 -
System Red Green Blue C M Y K H S L
Decimal 170 7 84 0 0.96 0.51 0.33 331.66 0.92 0.35
Hex AA 7 54 0 60 33 21 14C 5C 23
Octal 252 7 124 0 140 63 41 514 134 43
Binary 10101010 111 1010100 0 1100000 110011 100001 101001100 1011100 100011

Color Harmonies of #AA0754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0754

Black with #AA0754

Text Example


Text Example

White with #AA0754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0754; }

 p { color: rgb(170,7,84); }

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

background-color css

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

 a { background-color: rgb(170,7,84); }

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

border-color css

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

 span { border-color: rgb(170,7,84); }

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