Html Css Color HEX #AA1B6E Jazzberry Jam

📋 copy color: '#AA1B6E'

red 170 ◦ green 27 ◦ blue 110

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

Shades of Jazzberry Jam #AA1B6E

Tints of Jazzberry Jam #AA1B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.79%

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

R = 55.37%
G = 8.79%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA1B6E (or 0xAA1B6E) is known color: Jazzberry Jam. HEX triplet: AA, 1B and 6E. RGB value is (170,27,110). Sum of RGB (Red+Green+Blue) = 170+27+110=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B6E is #55E491. Grayscale: #4F4F4F. Windows color (decimal): -5629074 or 7216042. OLE color: 7216042.

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

Color convert

RGB 170 27 110 -
CMYK 0 0.84 0.35 0.33
HSL 325.17º 0.73% 0.39% -
HSV(B) 325.17º 0.84% 0.67% -
XYZ 19.78 10.46 15.73 -
YUV 79.22 145.38 192.75 -
System Red Green Blue C M Y K H S L
Decimal 170 27 110 0 0.84 0.35 0.33 325.17 0.73 0.39
Hex AA 1B 6E 0 54 23 21 145 49 27
Octal 252 33 156 0 124 43 41 505 111 47
Binary 10101010 11011 1101110 0 1010100 100011 100001 101000101 1001001 100111

Color Harmonies of #AA1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B6E

Black with #AA1B6E

Text Example


Text Example

White with #AA1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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