Html Css Color HEX #A0185B Jazzberry Jam

📋 copy color: '#A0185B'

red 160 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #A0185B

Tints of Jazzberry Jam #A0185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 58.18%
G = 8.73%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0185B (or 0xA0185B) is known color: Jazzberry Jam. HEX triplet: A0, 18 and 5B. RGB value is (160,24,91). Sum of RGB (Red+Green+Blue) = 160+24+91=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0185B is #5FE7A4. Grayscale: #484848. Windows color (decimal): -6285221 or 5970080. OLE color: 5970080.

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

Color convert

RGB 160 24 91 -
CMYK 0 0.85 0.43 0.37
HSL 330.44º 0.74% 0.36% -
HSV(B) 330.44º 0.85% 0.63% -
XYZ 16.71 8.88 10.73 -
YUV 72.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 160 24 91 0 0.85 0.43 0.37 330.44 0.74 0.36
Hex A0 18 5B 0 55 2B 25 14A 4A 24
Octal 240 30 133 0 125 53 45 512 112 44
Binary 10100000 11000 1011011 0 1010101 101011 100101 101001010 1001010 100100

Color Harmonies of #A0185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0185B

Black with #A0185B

Text Example


Text Example

White with #A0185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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