Html Css Color HEX #AA266D Jazzberry Jam

📋 copy color: '#AA266D'

red 170 ◦ green 38 ◦ blue 109

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

Shades of Jazzberry Jam #AA266D

Tints of Jazzberry Jam #AA266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 53.63%
G = 11.99%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA266D (or 0xAA266D) is known color: Jazzberry Jam. HEX triplet: AA, 26 and 6D. RGB value is (170,38,109). Sum of RGB (Red+Green+Blue) = 170+38+109=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA266D is #55D992. Grayscale: #555555. Windows color (decimal): -5626259 or 7153322. OLE color: 7153322.

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

Color convert

RGB 170 38 109 -
CMYK 0 0.78 0.36 0.33
HSL 327.73º 0.63% 0.41% -
HSV(B) 327.73º 0.78% 0.67% -
XYZ 20.03 11.04 15.54 -
YUV 85.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 170 38 109 0 0.78 0.36 0.33 327.73 0.63 0.41
Hex AA 26 6D 0 4E 24 21 148 3F 29
Octal 252 46 155 0 116 44 41 510 77 51
Binary 10101010 100110 1101101 0 1001110 100100 100001 101001000 111111 101001

Color Harmonies of #AA266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA266D

Black with #AA266D

Text Example


Text Example

White with #AA266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA266D; }

 p { color: rgb(170,38,109); }

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

background-color css

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

 a { background-color: rgb(170,38,109); }

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

border-color css

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

 span { border-color: rgb(170,38,109); }

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