Html Css Color HEX #AA2569 Jazzberry Jam

📋 copy color: '#AA2569'

red 170 ◦ green 37 ◦ blue 105

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

Shades of Jazzberry Jam #AA2569

Tints of Jazzberry Jam #AA2569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.65%

R = 54.49%
G = 11.86%
B = 33.65%

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

#AA2569 (or 0xAA2569) is known color: Jazzberry Jam. HEX triplet: AA, 25 and 69. RGB value is (170,37,105). Sum of RGB (Red+Green+Blue) = 170+37+105=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2569 is #55DA96. Grayscale: #545454. Windows color (decimal): -5626519 or 6890922. OLE color: 6890922.

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

Color convert

RGB 170 37 105 -
CMYK 0 0.78 0.38 0.33
HSL 329.32º 0.64% 0.41% -
HSV(B) 329.32º 0.78% 0.67% -
XYZ 19.79 10.89 14.42 -
YUV 84.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 170 37 105 0 0.78 0.38 0.33 329.32 0.64 0.41
Hex AA 25 69 0 4E 26 21 149 40 29
Octal 252 45 151 0 116 46 41 511 100 51
Binary 10101010 100101 1101001 0 1001110 100110 100001 101001001 1000000 101001

Color Harmonies of #AA2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2569

Black with #AA2569

Text Example


Text Example

White with #AA2569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2569; }

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

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

background-color css

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

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

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

border-color css

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

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

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