Html Css Color HEX #AA256A Jazzberry Jam

📋 copy color: '#AA256A'

red 170 ◦ green 37 ◦ blue 106

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

Shades of Jazzberry Jam #AA256A

Tints of Jazzberry Jam #AA256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

 BLUE value IS 106 (41.8% from 255) = 33.87%

R = 54.31%
G = 11.82%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA256A (or 0xAA256A) is known color: Jazzberry Jam. HEX triplet: AA, 25 and 6A. RGB value is (170,37,106). Sum of RGB (Red+Green+Blue) = 170+37+106=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA256A is #55DA95. Grayscale: #545454. Windows color (decimal): -5626518 or 6956458. OLE color: 6956458.

HSL color Cylindrical-coordinate representation of color #AA256A: hue angle of 328.87º degrees, saturation: 0.64, 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 #AA256A is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 37 106 -
CMYK 0 0.78 0.38 0.33
HSL 328.87º 0.64% 0.41% -
HSV(B) 328.87º 0.78% 0.67% -
XYZ 19.84 10.91 14.7 -
YUV 84.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 170 37 106 0 0.78 0.38 0.33 328.87 0.64 0.41
Hex AA 25 6A 0 4E 26 21 149 40 29
Octal 252 45 152 0 116 46 41 511 100 51
Binary 10101010 100101 1101010 0 1001110 100110 100001 101001001 1000000 101001

Color Harmonies of #AA256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA256A

Black with #AA256A

Text Example


Text Example

White with #AA256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA256A; }

 p { color: rgb(170,37,106); }

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

background-color css

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

 a { background-color: rgb(170,37,106); }

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

border-color css

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

 span { border-color: rgb(170,37,106); }

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