Html Css Color HEX #A0185D Jazzberry Jam

📋 copy color: '#A0185D'

red 160 ◦ green 24 ◦ blue 93

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

Shades of Jazzberry Jam #A0185D

Tints of Jazzberry Jam #A0185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 57.76%
G = 8.66%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0185D (or 0xA0185D) is known color: Jazzberry Jam. HEX triplet: A0, 18 and 5D. RGB value is (160,24,93). Sum of RGB (Red+Green+Blue) = 160+24+93=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0185D is #5FE7A2. Grayscale: #484848. Windows color (decimal): -6285219 or 6101152. OLE color: 6101152.

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

Color convert

RGB 160 24 93 -
CMYK 0 0.85 0.42 0.37
HSL 329.56º 0.74% 0.36% -
HSV(B) 329.56º 0.85% 0.63% -
XYZ 16.8 8.92 11.19 -
YUV 72.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 160 24 93 0 0.85 0.42 0.37 329.56 0.74 0.36
Hex A0 18 5D 0 55 2A 25 14A 4A 24
Octal 240 30 135 0 125 52 45 512 112 44
Binary 10100000 11000 1011101 0 1010101 101010 100101 101001010 1001010 100100

Color Harmonies of #A0185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0185D

Black with #A0185D

Text Example


Text Example

White with #A0185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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