Html Css Color HEX #AA256B Jazzberry Jam

📋 copy color: '#AA256B'

red 170 ◦ green 37 ◦ blue 107

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

Shades of Jazzberry Jam #AA256B

Tints of Jazzberry Jam #AA256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 54.14%
G = 11.78%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA256B (or 0xAA256B) is known color: Jazzberry Jam. HEX triplet: AA, 25 and 6B. RGB value is (170,37,107). Sum of RGB (Red+Green+Blue) = 170+37+107=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA256B is #55DA94. Grayscale: #545454. Windows color (decimal): -5626517 or 7021994. OLE color: 7021994.

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

Color convert

RGB 170 37 107 -
CMYK 0 0.78 0.37 0.33
HSL 328.42º 0.64% 0.41% -
HSV(B) 328.42º 0.78% 0.67% -
XYZ 19.89 10.93 14.97 -
YUV 84.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 170 37 107 0 0.78 0.37 0.33 328.42 0.64 0.41
Hex AA 25 6B 0 4E 25 21 148 40 29
Octal 252 45 153 0 116 45 41 510 100 51
Binary 10101010 100101 1101011 0 1001110 100101 100001 101001000 1000000 101001

Color Harmonies of #AA256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA256B

Black with #AA256B

Text Example


Text Example

White with #AA256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA256B; }

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

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

background-color css

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

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

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

border-color css

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

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

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