Html Css Color HEX #A0085D Jazzberry Jam

📋 copy color: '#A0085D'

red 160 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #A0085D

Tints of Jazzberry Jam #A0085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.07%

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

R = 61.3%
G = 3.07%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0085D (or 0xA0085D) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 5D. RGB value is (160,8,93). Sum of RGB (Red+Green+Blue) = 160+8+93=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A0085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0085D is #5FF7A2. Grayscale: #3E3E3E. Windows color (decimal): -6289315 or 6097056. OLE color: 6097056.

HSL color Cylindrical-coordinate representation of color #A0085D: hue angle of 326.45º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0085D is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 93 -
CMYK 0 0.95 0.42 0.37
HSL 326.45º 0.9% 0.33% -
HSV(B) 326.45º 0.95% 0.63% -
XYZ 16.56 8.44 11.11 -
YUV 63.14 144.86 197.09 -
System Red Green Blue C M Y K H S L
Decimal 160 8 93 0 0.95 0.42 0.37 326.45 0.9 0.33
Hex A0 8 5D 0 5F 2A 25 146 5A 21
Octal 240 10 135 0 137 52 45 506 132 41
Binary 10100000 1000 1011101 0 1011111 101010 100101 101000110 1011010 100001

Color Harmonies of #A0085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0085D

Black with #A0085D

Text Example


Text Example

White with #A0085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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