Html Css Color HEX #AA1267 Jazzberry Jam

📋 copy color: '#AA1267'

red 170 ◦ green 18 ◦ blue 103

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

Shades of Jazzberry Jam #AA1267

Tints of Jazzberry Jam #AA1267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.19%

 BLUE value IS 103 (40.63% from 255) = 35.4%

R = 58.42%
G = 6.19%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA1267 (or 0xAA1267) is known color: Jazzberry Jam. HEX triplet: AA, 12 and 67. RGB value is (170,18,103). Sum of RGB (Red+Green+Blue) = 170+18+103=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1267 is #55ED98. Grayscale: #484848. Windows color (decimal): -5631385 or 6754986. OLE color: 6754986.

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

Color convert

RGB 170 18 103 -
CMYK 0 0.89 0.39 0.33
HSL 326.45º 0.81% 0.37% -
HSV(B) 326.45º 0.89% 0.67% -
XYZ 19.24 9.96 13.74 -
YUV 73.14 144.86 197.09 -
System Red Green Blue C M Y K H S L
Decimal 170 18 103 0 0.89 0.39 0.33 326.45 0.81 0.37
Hex AA 12 67 0 59 27 21 146 51 25
Octal 252 22 147 0 131 47 41 506 121 45
Binary 10101010 10010 1100111 0 1011001 100111 100001 101000110 1010001 100101

Color Harmonies of #AA1267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1267

Black with #AA1267

Text Example


Text Example

White with #AA1267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1267; }

 p { color: rgb(170,18,103); }

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

background-color css

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

 a { background-color: rgb(170,18,103); }

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

border-color css

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

 span { border-color: rgb(170,18,103); }

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