Html Css Color HEX #AA1A6E Jazzberry Jam

📋 copy color: '#AA1A6E'

red 170 ◦ green 26 ◦ blue 110

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

Shades of Jazzberry Jam #AA1A6E

Tints of Jazzberry Jam #AA1A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.5%

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 55.56%
G = 8.5%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA1A6E (or 0xAA1A6E) is known color: Jazzberry Jam. HEX triplet: AA, 1A and 6E. RGB value is (170,26,110). Sum of RGB (Red+Green+Blue) = 170+26+110=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1A6E is #55E591. Grayscale: #4E4E4E. Windows color (decimal): -5629330 or 7215786. OLE color: 7215786.

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

Color convert

RGB 170 26 110 -
CMYK 0 0.85 0.35 0.33
HSL 325º 0.73% 0.38% -
HSV(B) 325º 0.85% 0.67% -
XYZ 19.76 10.41 15.72 -
YUV 78.63 145.71 193.17 -
System Red Green Blue C M Y K H S L
Decimal 170 26 110 0 0.85 0.35 0.33 325 0.73 0.38
Hex AA 1A 6E 0 55 23 21 145 49 26
Octal 252 32 156 0 125 43 41 505 111 46
Binary 10101010 11010 1101110 0 1010101 100011 100001 101000101 1001001 100110

Color Harmonies of #AA1A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A6E

Black with #AA1A6E

Text Example


Text Example

White with #AA1A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A6E; }

 p { color: rgb(170,26,110); }

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

background-color css

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

 a { background-color: rgb(170,26,110); }

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

border-color css

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

 span { border-color: rgb(170,26,110); }

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