Html Css Color HEX #A0015D Jazzberry Jam

📋 copy color: '#A0015D'

red 160 ◦ green 1 ◦ blue 93

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

Shades of Jazzberry Jam #A0015D

Tints of Jazzberry Jam #A0015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 62.99%
G = 0.39%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0015D (or 0xA0015D) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 5D. RGB value is (160,1,93). Sum of RGB (Red+Green+Blue) = 160+1+93=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A0015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0015D is #5FFEA2. Grayscale: #3A3A3A. Windows color (decimal): -6291107 or 6095264. OLE color: 6095264.

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

Color convert

RGB 160 1 93 -
CMYK 0 0.99 0.42 0.37
HSL 325.28º 0.99% 0.32% -
HSV(B) 325.28º 0.99% 0.63% -
XYZ 16.48 8.29 11.09 -
YUV 59.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 160 1 93 0 0.99 0.42 0.37 325.28 0.99 0.32
Hex A0 1 5D 0 63 2A 25 145 63 20
Octal 240 1 135 0 143 52 45 505 143 40
Binary 10100000 1 1011101 0 1100011 101010 100101 101000101 1100011 100000

Color Harmonies of #A0015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0015D

Black with #A0015D

Text Example


Text Example

White with #A0015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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