Html Css Color HEX #A0185C Jazzberry Jam

📋 copy color: '#A0185C'

red 160 ◦ green 24 ◦ blue 92

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

Shades of Jazzberry Jam #A0185C

Tints of Jazzberry Jam #A0185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.33%

R = 57.97%
G = 8.7%
B = 33.33%

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

#A0185C (or 0xA0185C) is known color: Jazzberry Jam. HEX triplet: A0, 18 and 5C. RGB value is (160,24,92). Sum of RGB (Red+Green+Blue) = 160+24+92=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A0185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0185C is #5FE7A3. Grayscale: #484848. Windows color (decimal): -6285220 or 6035616. OLE color: 6035616.

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

Color convert

RGB 160 24 92 -
CMYK 0 0.85 0.43 0.37
HSL 330º 0.74% 0.36% -
HSV(B) 330º 0.85% 0.63% -
XYZ 16.76 8.9 10.96 -
YUV 72.42 139.06 190.47 -
System Red Green Blue C M Y K H S L
Decimal 160 24 92 0 0.85 0.43 0.37 330 0.74 0.36
Hex A0 18 5C 0 55 2B 25 14A 4A 24
Octal 240 30 134 0 125 53 45 512 112 44
Binary 10100000 11000 1011100 0 1010101 101011 100101 101001010 1001010 100100

Color Harmonies of #A0185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0185C

Black with #A0185C

Text Example


Text Example

White with #A0185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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