Html Css Color HEX #A00F57 Jazzberry Jam

📋 copy color: '#A00F57'

red 160 ◦ green 15 ◦ blue 87

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

Shades of Jazzberry Jam #A00F57

Tints of Jazzberry Jam #A00F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.21%

R = 61.07%
G = 5.73%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A00F57 (or 0xA00F57) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 57. RGB value is (160,15,87). Sum of RGB (Red+Green+Blue) = 160+15+87=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F57 is #5FF0A8. Grayscale: #424242. Windows color (decimal): -6287529 or 5705632. OLE color: 5705632.

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

Color convert

RGB 160 15 87 -
CMYK 0 0.91 0.46 0.37
HSL 330.21º 0.83% 0.34% -
HSV(B) 330.21º 0.91% 0.63% -
XYZ 16.39 8.5 9.79 -
YUV 66.56 139.54 194.65 -
System Red Green Blue C M Y K H S L
Decimal 160 15 87 0 0.91 0.46 0.37 330.21 0.83 0.34
Hex A0 F 57 0 5B 2E 25 14A 53 22
Octal 240 17 127 0 133 56 45 512 123 42
Binary 10100000 1111 1010111 0 1011011 101110 100101 101001010 1010011 100010

Color Harmonies of #A00F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F57

Black with #A00F57

Text Example


Text Example

White with #A00F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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