Html Css Color HEX #A00957 Jazzberry Jam

📋 copy color: '#A00957'

red 160 ◦ green 9 ◦ blue 87

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

Shades of Jazzberry Jam #A00957

Tints of Jazzberry Jam #A00957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

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

R = 62.5%
G = 3.52%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A00957 (or 0xA00957) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 57. RGB value is (160,9,87). Sum of RGB (Red+Green+Blue) = 160+9+87=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A00957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00957 is #5FF6A8. Grayscale: #3E3E3E. Windows color (decimal): -6289065 or 5704096. OLE color: 5704096.

HSL color Cylindrical-coordinate representation of color #A00957: hue angle of 329.01º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00957 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 87 -
CMYK 0 0.94 0.46 0.37
HSL 329.01º 0.89% 0.33% -
HSV(B) 329.01º 0.94% 0.63% -
XYZ 16.32 8.36 9.77 -
YUV 63.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 160 9 87 0 0.94 0.46 0.37 329.01 0.89 0.33
Hex A0 9 57 0 5E 2E 25 149 59 21
Octal 240 11 127 0 136 56 45 511 131 41
Binary 10100000 1001 1010111 0 1011110 101110 100101 101001001 1011001 100001

Color Harmonies of #A00957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00957

Black with #A00957

Text Example


Text Example

White with #A00957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00957; }

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

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

background-color css

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

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

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

border-color css

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

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

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