Html Css Color HEX #A0186A Jazzberry Jam

📋 copy color: '#A0186A'

red 160 ◦ green 24 ◦ blue 106

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

Shades of Jazzberry Jam #A0186A

Tints of Jazzberry Jam #A0186A

RGB

 RED value IS 160 (62.89% from 255) = 55.17%

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

 BLUE value IS 106 (41.8% from 255) = 36.55%

R = 55.17%
G = 8.28%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0186A (or 0xA0186A) is known color: Jazzberry Jam. HEX triplet: A0, 18 and 6A. RGB value is (160,24,106). Sum of RGB (Red+Green+Blue) = 160+24+106=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0186A is #5FE795. Grayscale: #494949. Windows color (decimal): -6285206 or 6953120. OLE color: 6953120.

HSL color Cylindrical-coordinate representation of color #A0186A: hue angle of 323.82º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0186A is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 24 106 -
CMYK 0 0.85 0.34 0.37
HSL 323.82º 0.74% 0.36% -
HSV(B) 323.82º 0.85% 0.63% -
XYZ 17.43 9.17 14.49 -
YUV 74.01 146.06 189.33 -
System Red Green Blue C M Y K H S L
Decimal 160 24 106 0 0.85 0.34 0.37 323.82 0.74 0.36
Hex A0 18 6A 0 55 22 25 144 4A 24
Octal 240 30 152 0 125 42 45 504 112 44
Binary 10100000 11000 1101010 0 1010101 100010 100101 101000100 1001010 100100

Color Harmonies of #A0186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0186A

Black with #A0186A

Text Example


Text Example

White with #A0186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0186A; }

 p { color: rgb(160,24,106); }

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

background-color css

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

 a { background-color: rgb(160,24,106); }

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

border-color css

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

 span { border-color: rgb(160,24,106); }

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