Html Css Color HEX #AA1B6C Jazzberry Jam

📋 copy color: '#AA1B6C'

red 170 ◦ green 27 ◦ blue 108

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

Shades of Jazzberry Jam #AA1B6C

Tints of Jazzberry Jam #AA1B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.41%

R = 55.74%
G = 8.85%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA1B6C (or 0xAA1B6C) is known color: Jazzberry Jam. HEX triplet: AA, 1B and 6C. RGB value is (170,27,108). Sum of RGB (Red+Green+Blue) = 170+27+108=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1B6C is #55E493. Grayscale: #4E4E4E. Windows color (decimal): -5629076 or 7084970. OLE color: 7084970.

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

Color convert

RGB 170 27 108 -
CMYK 0 0.84 0.36 0.33
HSL 326.01º 0.73% 0.39% -
HSV(B) 326.01º 0.84% 0.67% -
XYZ 19.68 10.41 15.16 -
YUV 78.99 144.38 192.91 -
System Red Green Blue C M Y K H S L
Decimal 170 27 108 0 0.84 0.36 0.33 326.01 0.73 0.39
Hex AA 1B 6C 0 54 24 21 146 49 27
Octal 252 33 154 0 124 44 41 506 111 47
Binary 10101010 11011 1101100 0 1010100 100100 100001 101000110 1001001 100111

Color Harmonies of #AA1B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B6C

Black with #AA1B6C

Text Example


Text Example

White with #AA1B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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