Html Css Color HEX #AA0652 Jazzberry Jam

📋 copy color: '#AA0652'

red 170 ◦ green 6 ◦ blue 82

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

Shades of Jazzberry Jam #AA0652

Tints of Jazzberry Jam #AA0652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.78%

R = 65.89%
G = 2.33%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA0652 (or 0xAA0652) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 52. RGB value is (170,6,82). Sum of RGB (Red+Green+Blue) = 170+6+82=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0652 is #55F9AD. Grayscale: #3F3F3F. Windows color (decimal): -5634478 or 5375658. OLE color: 5375658.

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

Color convert

RGB 170 6 82 -
CMYK 0 0.96 0.52 0.33
HSL 332.2º 0.93% 0.35% -
HSV(B) 332.2º 0.96% 0.67% -
XYZ 18.17 9.29 8.82 -
YUV 63.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 170 6 82 0 0.96 0.52 0.33 332.2 0.93 0.35
Hex AA 6 52 0 60 34 21 14C 5D 23
Octal 252 6 122 0 140 64 41 514 135 43
Binary 10101010 110 1010010 0 1100000 110100 100001 101001100 1011101 100011

Color Harmonies of #AA0652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0652

Black with #AA0652

Text Example


Text Example

White with #AA0652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0652; }

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

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

background-color css

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

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

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

border-color css

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

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

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