Html Css Color HEX #AA186E Jazzberry Jam

📋 copy color: '#AA186E'

red 170 ◦ green 24 ◦ blue 110

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

Shades of Jazzberry Jam #AA186E

Tints of Jazzberry Jam #AA186E

RGB

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

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

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

R = 55.92%
G = 7.89%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA186E (or 0xAA186E) is known color: Jazzberry Jam. HEX triplet: AA, 18 and 6E. RGB value is (170,24,110). Sum of RGB (Red+Green+Blue) = 170+24+110=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA186E is #55E791. Grayscale: #4D4D4D. Windows color (decimal): -5629842 or 7215274. OLE color: 7215274.

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

Color convert

RGB 170 24 110 -
CMYK 0 0.86 0.35 0.33
HSL 324.66º 0.75% 0.38% -
HSV(B) 324.66º 0.86% 0.67% -
XYZ 19.72 10.33 15.71 -
YUV 77.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 170 24 110 0 0.86 0.35 0.33 324.66 0.75 0.38
Hex AA 18 6E 0 56 23 21 145 4B 26
Octal 252 30 156 0 126 43 41 505 113 46
Binary 10101010 11000 1101110 0 1010110 100011 100001 101000101 1001011 100110

Color Harmonies of #AA186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA186E

Black with #AA186E

Text Example


Text Example

White with #AA186E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA186E; }

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

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

background-color css

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

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

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

border-color css

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

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

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