Html Css Color HEX #AA1B6F Jazzberry Jam

📋 copy color: '#AA1B6F'

red 170 ◦ green 27 ◦ blue 111

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

Shades of Jazzberry Jam #AA1B6F

Tints of Jazzberry Jam #AA1B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 55.19%
G = 8.77%
B = 36.04%

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

#AA1B6F (or 0xAA1B6F) is known color: Jazzberry Jam. HEX triplet: AA, 1B and 6F. RGB value is (170,27,111). Sum of RGB (Red+Green+Blue) = 170+27+111=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B6F is #55E490. Grayscale: #4F4F4F. Windows color (decimal): -5629073 or 7281578. OLE color: 7281578.

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

Color convert

RGB 170 27 111 -
CMYK 0 0.84 0.35 0.33
HSL 324.76º 0.73% 0.39% -
HSV(B) 324.76º 0.84% 0.67% -
XYZ 19.84 10.48 16.02 -
YUV 79.33 145.88 192.67 -
System Red Green Blue C M Y K H S L
Decimal 170 27 111 0 0.84 0.35 0.33 324.76 0.73 0.39
Hex AA 1B 6F 0 54 23 21 145 49 27
Octal 252 33 157 0 124 43 41 505 111 47
Binary 10101010 11011 1101111 0 1010100 100011 100001 101000101 1001001 100111

Color Harmonies of #AA1B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B6F

Black with #AA1B6F

Text Example


Text Example

White with #AA1B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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