Html Css Color HEX #AA1073 Jazzberry Jam

📋 copy color: '#AA1073'

red 170 ◦ green 16 ◦ blue 115

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

Shades of Jazzberry Jam #AA1073

Tints of Jazzberry Jam #AA1073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 56.48%
G = 5.32%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA1073 (or 0xAA1073) is known color: Jazzberry Jam. HEX triplet: AA, 10 and 73. RGB value is (170,16,115). Sum of RGB (Red+Green+Blue) = 170+16+115=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1073 is #55EF8C. Grayscale: #494949. Windows color (decimal): -5631885 or 7540906. OLE color: 7540906.

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

Color convert

RGB 170 16 115 -
CMYK 0 0.91 0.32 0.33
HSL 321.43º 0.83% 0.36% -
HSV(B) 321.43º 0.91% 0.67% -
XYZ 19.86 10.15 17.13 -
YUV 73.33 151.52 196.95 -
System Red Green Blue C M Y K H S L
Decimal 170 16 115 0 0.91 0.32 0.33 321.43 0.83 0.36
Hex AA 10 73 0 5B 20 21 141 53 24
Octal 252 20 163 0 133 40 41 501 123 44
Binary 10101010 10000 1110011 0 1011011 100000 100001 101000001 1010011 100100

Color Harmonies of #AA1073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1073

Black with #AA1073

Text Example


Text Example

White with #AA1073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1073; }

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

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

background-color css

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

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

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

border-color css

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

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

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