Html Css Color HEX #A0014F Jazzberry Jam

📋 copy color: '#A0014F'

red 160 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #A0014F

Tints of Jazzberry Jam #A0014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.92%

R = 66.67%
G = 0.42%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0014F (or 0xA0014F) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 4F. RGB value is (160,1,79). Sum of RGB (Red+Green+Blue) = 160+1+79=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0014F is #5FFEB0. Grayscale: #393939. Windows color (decimal): -6291121 or 5177760. OLE color: 5177760.

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

Color convert

RGB 160 1 79 -
CMYK 0 0.99 0.51 0.37
HSL 330.57º 0.99% 0.32% -
HSV(B) 330.57º 0.99% 0.63% -
XYZ 15.92 8.06 8.11 -
YUV 57.43 140.18 201.16 -
System Red Green Blue C M Y K H S L
Decimal 160 1 79 0 0.99 0.51 0.37 330.57 0.99 0.32
Hex A0 1 4F 0 63 33 25 14B 63 20
Octal 240 1 117 0 143 63 45 513 143 40
Binary 10100000 1 1001111 0 1100011 110011 100101 101001011 1100011 100000

Color Harmonies of #A0014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0014F

Black with #A0014F

Text Example


Text Example

White with #A0014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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