Html Css Color HEX #A0005D Jazzberry Jam

📋 copy color: '#A0005D'

red 160 ◦ green 0 ◦ blue 93

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

Shades of Jazzberry Jam #A0005D

Tints of Jazzberry Jam #A0005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.24%
G = 0%
B = 36.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0005D (or 0xA0005D) is known color: Jazzberry Jam. HEX triplet: A0, 00 and 5D. RGB value is (160,0,93). Sum of RGB (Red+Green+Blue) = 160+0+93=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A0005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0005D is #5FFFA2. Grayscale: #3A3A3A. Windows color (decimal): -6291363 or 6095008. OLE color: 6095008.

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

Color convert

RGB 160 0 93 -
CMYK 0 1 0.42 0.37
HSL 325.13º 1% 0.31% -
HSV(B) 325.13º 1% 0.63% -
XYZ 16.47 8.26 11.08 -
YUV 58.44 147.51 200.44 -
System Red Green Blue C M Y K H S L
Decimal 160 0 93 0 1 0.42 0.37 325.13 1 0.31
Hex A0 0 5D 0 64 2A 25 145 64 1F
Octal 240 0 135 0 144 52 45 505 144 37
Binary 10100000 0 1011101 0 1100100 101010 100101 101000101 1100100 11111

Color Harmonies of #A0005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0005D

Black with #A0005D

Text Example


Text Example

White with #A0005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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