Html Css Color HEX #AA104A Jazzberry Jam

📋 copy color: '#AA104A'

red 170 ◦ green 16 ◦ blue 74

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

Shades of Jazzberry Jam #AA104A

Tints of Jazzberry Jam #AA104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 65.38%
G = 6.15%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA104A (or 0xAA104A) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 4A. RGB value is (170,16,74). Sum of RGB (Red+Green+Blue) = 170+16+74=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA104A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA104A is #55EFB5. Grayscale: #444444. Windows color (decimal): -5631926 or 4853930. OLE color: 4853930.

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

Color convert

RGB 170 16 74 -
CMYK 0 0.91 0.56 0.33
HSL 337.4º 0.83% 0.36% -
HSV(B) 337.4º 0.91% 0.67% -
XYZ 18 9.41 7.35 -
YUV 68.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 170 16 74 0 0.91 0.56 0.33 337.4 0.83 0.36
Hex AA 10 4A 0 5B 38 21 151 53 24
Octal 252 20 112 0 133 70 41 521 123 44
Binary 10101010 10000 1001010 0 1011011 111000 100001 101010001 1010011 100100

Color Harmonies of #AA104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA104A

Black with #AA104A

Text Example


Text Example

White with #AA104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA104A; }

 p { color: rgb(170,16,74); }

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

background-color css

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

 a { background-color: rgb(170,16,74); }

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

border-color css

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

 span { border-color: rgb(170,16,74); }

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