Html Css Color HEX #AA1469 Jazzberry Jam

📋 copy color: '#AA1469'

red 170 ◦ green 20 ◦ blue 105

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

Shades of Jazzberry Jam #AA1469

Tints of Jazzberry Jam #AA1469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

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

R = 57.63%
G = 6.78%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA1469 (or 0xAA1469) is known color: Jazzberry Jam. HEX triplet: AA, 14 and 69. RGB value is (170,20,105). Sum of RGB (Red+Green+Blue) = 170+20+105=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1469 is #55EB96. Grayscale: #4A4A4A. Windows color (decimal): -5630871 or 6886570. OLE color: 6886570.

HSL color Cylindrical-coordinate representation of color #AA1469: hue angle of 326º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1469 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 20 105 -
CMYK 0 0.88 0.38 0.33
HSL 326º 0.79% 0.37% -
HSV(B) 326º 0.88% 0.67% -
XYZ 19.38 10.07 14.29 -
YUV 74.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 170 20 105 0 0.88 0.38 0.33 326 0.79 0.37
Hex AA 14 69 0 58 26 21 146 4F 25
Octal 252 24 151 0 130 46 41 506 117 45
Binary 10101010 10100 1101001 0 1011000 100110 100001 101000110 1001111 100101

Color Harmonies of #AA1469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1469

Black with #AA1469

Text Example


Text Example

White with #AA1469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1469; }

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

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

background-color css

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

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

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

border-color css

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

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

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