Html Css Color HEX #A00F5D Jazzberry Jam

📋 copy color: '#A00F5D'

red 160 ◦ green 15 ◦ blue 93

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

Shades of Jazzberry Jam #A00F5D

Tints of Jazzberry Jam #A00F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.6%

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

R = 59.7%
G = 5.6%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A00F5D (or 0xA00F5D) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 5D. RGB value is (160,15,93). Sum of RGB (Red+Green+Blue) = 160+15+93=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F5D is #5FF0A2. Grayscale: #434343. Windows color (decimal): -6287523 or 6098848. OLE color: 6098848.

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

Color convert

RGB 160 15 93 -
CMYK 0 0.91 0.42 0.37
HSL 327.72º 0.83% 0.34% -
HSV(B) 327.72º 0.91% 0.63% -
XYZ 16.64 8.61 11.14 -
YUV 67.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 160 15 93 0 0.91 0.42 0.37 327.72 0.83 0.34
Hex A0 F 5D 0 5B 2A 25 148 53 22
Octal 240 17 135 0 133 52 45 510 123 42
Binary 10100000 1111 1011101 0 1011011 101010 100101 101001000 1010011 100010

Color Harmonies of #A00F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F5D

Black with #A00F5D

Text Example


Text Example

White with #A00F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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