Html Css Color HEX #A0015E Jazzberry Jam

📋 copy color: '#A0015E'

red 160 ◦ green 1 ◦ blue 94

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

Shades of Jazzberry Jam #A0015E

Tints of Jazzberry Jam #A0015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.86%

R = 62.75%
G = 0.39%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0015E (or 0xA0015E) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 5E. RGB value is (160,1,94). Sum of RGB (Red+Green+Blue) = 160+1+94=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A0015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0015E is #5FFEA1. Grayscale: #3A3A3A. Windows color (decimal): -6291106 or 6160800. OLE color: 6160800.

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

Color convert

RGB 160 1 94 -
CMYK 0 0.99 0.41 0.37
HSL 324.91º 0.99% 0.32% -
HSV(B) 324.91º 0.99% 0.63% -
XYZ 16.53 8.3 11.32 -
YUV 59.14 147.68 199.94 -
System Red Green Blue C M Y K H S L
Decimal 160 1 94 0 0.99 0.41 0.37 324.91 0.99 0.32
Hex A0 1 5E 0 63 29 25 145 63 20
Octal 240 1 136 0 143 51 45 505 143 40
Binary 10100000 1 1011110 0 1100011 101001 100101 101000101 1100011 100000

Color Harmonies of #A0015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0015E

Black with #A0015E

Text Example


Text Example

White with #A0015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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