Html Css Color HEX #A0186E Jazzberry Jam

📋 copy color: '#A0186E'

red 160 ◦ green 24 ◦ blue 110

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

Shades of Jazzberry Jam #A0186E

Tints of Jazzberry Jam #A0186E

RGB

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

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

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

R = 54.42%
G = 8.16%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0186E (or 0xA0186E) is known color: Jazzberry Jam. HEX triplet: A0, 18 and 6E. RGB value is (160,24,110). Sum of RGB (Red+Green+Blue) = 160+24+110=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0186E is #5FE791. Grayscale: #4A4A4A. Windows color (decimal): -6285202 or 7215264. OLE color: 7215264.

HSL color Cylindrical-coordinate representation of color #A0186E: hue angle of 322.06º 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 #A0186E is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 24 110 -
CMYK 0 0.85 0.31 0.37
HSL 322.06º 0.74% 0.36% -
HSV(B) 322.06º 0.85% 0.63% -
XYZ 17.64 9.25 15.61 -
YUV 74.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 160 24 110 0 0.85 0.31 0.37 322.06 0.74 0.36
Hex A0 18 6E 0 55 1F 25 142 4A 24
Octal 240 30 156 0 125 37 45 502 112 44
Binary 10100000 11000 1101110 0 1010101 11111 100101 101000010 1001010 100100

Color Harmonies of #A0186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0186E

Black with #A0186E

Text Example


Text Example

White with #A0186E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0186E; }

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

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

background-color css

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

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

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

border-color css

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

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

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