Html Css Color HEX #AA0642 Jazzberry Jam

📋 copy color: '#AA0642'

red 170 ◦ green 6 ◦ blue 66

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

Shades of Jazzberry Jam #AA0642

Tints of Jazzberry Jam #AA0642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 70.25%
G = 2.48%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA0642 (or 0xAA0642) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 42. RGB value is (170,6,66). Sum of RGB (Red+Green+Blue) = 170+6+66=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0642 is #55F9BD. Grayscale: #3D3D3D. Windows color (decimal): -5634494 or 4327082. OLE color: 4327082.

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

Color convert

RGB 170 6 66 -
CMYK 0 0.96 0.61 0.33
HSL 338.05º 0.93% 0.35% -
HSV(B) 338.05º 0.96% 0.67% -
XYZ 17.63 9.07 5.98 -
YUV 61.88 130.33 205.12 -
System Red Green Blue C M Y K H S L
Decimal 170 6 66 0 0.96 0.61 0.33 338.05 0.93 0.35
Hex AA 6 42 0 60 3D 21 152 5D 23
Octal 252 6 102 0 140 75 41 522 135 43
Binary 10101010 110 1000010 0 1100000 111101 100001 101010010 1011101 100011

Color Harmonies of #AA0642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0642

Black with #AA0642

Text Example


Text Example

White with #AA0642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0642; }

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

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

background-color css

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

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

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

border-color css

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

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

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