Html Css Color HEX #A8186F Jazzberry Jam

📋 copy color: '#A8186F'

red 168 ◦ green 24 ◦ blue 111

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

Shades of Jazzberry Jam #A8186F

Tints of Jazzberry Jam #A8186F

RGB

 RED value IS 168 (66.02% from 255) = 55.45%

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

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

R = 55.45%
G = 7.92%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8186F (or 0xA8186F) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 6F. RGB value is (168,24,111). Sum of RGB (Red+Green+Blue) = 168+24+111=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A8186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8186F is #57E790. Grayscale: #4C4C4C. Windows color (decimal): -5760913 or 7280808. OLE color: 7280808.

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

Color convert

RGB 168 24 111 -
CMYK 0 0.86 0.34 0.34
HSL 323.75º 0.75% 0.38% -
HSV(B) 323.75º 0.86% 0.66% -
XYZ 19.34 10.13 15.97 -
YUV 76.97 147.21 192.93 -
System Red Green Blue C M Y K H S L
Decimal 168 24 111 0 0.86 0.34 0.34 323.75 0.75 0.38
Hex A8 18 6F 0 56 22 22 144 4B 26
Octal 250 30 157 0 126 42 42 504 113 46
Binary 10101000 11000 1101111 0 1010110 100010 100010 101000100 1001011 100110

Color Harmonies of #A8186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8186F

Black with #A8186F

Text Example


Text Example

White with #A8186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8186F; }

 p { color: rgb(168,24,111); }

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

background-color css

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

 a { background-color: rgb(168,24,111); }

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

border-color css

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

 span { border-color: rgb(168,24,111); }

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