Html Css Color HEX #AA2265 Jazzberry Jam

📋 copy color: '#AA2265'

red 170 ◦ green 34 ◦ blue 101

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

Shades of Jazzberry Jam #AA2265

Tints of Jazzberry Jam #AA2265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

 BLUE value IS 101 (39.84% from 255) = 33.11%

R = 55.74%
G = 11.15%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA2265 (or 0xAA2265) is known color: Jazzberry Jam. HEX triplet: AA, 22 and 65. RGB value is (170,34,101). Sum of RGB (Red+Green+Blue) = 170+34+101=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2265 is #55DD9A. Grayscale: #525252. Windows color (decimal): -5627291 or 6628010. OLE color: 6628010.

HSL color Cylindrical-coordinate representation of color #AA2265: hue angle of 330.44º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2265 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 34 101 -
CMYK 0 0.80 0.41 0.33
HSL 330.44º 0.67% 0.4% -
HSV(B) 330.44º 0.8% 0.67% -
XYZ 19.5 10.63 13.34 -
YUV 82.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 170 34 101 0 0.80 0.41 0.33 330.44 0.67 0.4
Hex AA 22 65 0 50 29 21 14A 43 28
Octal 252 42 145 0 120 51 41 512 103 50
Binary 10101010 100010 1100101 0 1010000 101001 100001 101001010 1000011 101000

Color Harmonies of #AA2265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2265

Black with #AA2265

Text Example


Text Example

White with #AA2265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2265; }

 p { color: rgb(170,34,101); }

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

background-color css

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

 a { background-color: rgb(170,34,101); }

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

border-color css

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

 span { border-color: rgb(170,34,101); }

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