Html Css Color HEX #AA186B Jazzberry Jam

📋 copy color: '#AA186B'

red 170 ◦ green 24 ◦ blue 107

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

Shades of Jazzberry Jam #AA186B

Tints of Jazzberry Jam #AA186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.97%

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 56.48%
G = 7.97%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA186B (or 0xAA186B) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 6B. RGB value is (170,24,107). Sum of RGB (Red+Green+Blue) = 170+24+107=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA186B is #55E794. Grayscale: #4C4C4C. Windows color (decimal): -5629845 or 7018666. OLE color: 7018666.

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

Color convert

RGB 170 24 107 -
CMYK 0 0.86 0.37 0.33
HSL 325.89º 0.75% 0.38% -
HSV(B) 325.89º 0.86% 0.67% -
XYZ 19.56 10.26 14.86 -
YUV 77.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 170 24 107 0 0.86 0.37 0.33 325.89 0.75 0.38
Hex AA 18 6B 0 56 25 21 146 4B 26
Octal 252 30 153 0 126 45 41 506 113 46
Binary 10101010 11000 1101011 0 1010110 100101 100001 101000110 1001011 100110

Color Harmonies of #AA186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA186B

Black with #AA186B

Text Example


Text Example

White with #AA186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA186B; }

 p { color: rgb(170,24,107); }

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

background-color css

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

 a { background-color: rgb(170,24,107); }

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

border-color css

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

 span { border-color: rgb(170,24,107); }

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