Html Css Color HEX #A00958 Jazzberry Jam

📋 copy color: '#A00958'

red 160 ◦ green 9 ◦ blue 88

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

Shades of Jazzberry Jam #A00958

Tints of Jazzberry Jam #A00958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 62.26%
G = 3.5%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A00958 (or 0xA00958) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 58. RGB value is (160,9,88). Sum of RGB (Red+Green+Blue) = 160+9+88=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A00958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00958 is #5FF6A7. Grayscale: #3E3E3E. Windows color (decimal): -6289064 or 5769632. OLE color: 5769632.

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

Color convert

RGB 160 9 88 -
CMYK 0 0.94 0.45 0.37
HSL 328.61º 0.89% 0.33% -
HSV(B) 328.61º 0.94% 0.63% -
XYZ 16.36 8.37 9.99 -
YUV 63.16 142.03 197.08 -
System Red Green Blue C M Y K H S L
Decimal 160 9 88 0 0.94 0.45 0.37 328.61 0.89 0.33
Hex A0 9 58 0 5E 2D 25 149 59 21
Octal 240 11 130 0 136 55 45 511 131 41
Binary 10100000 1001 1011000 0 1011110 101101 100101 101001001 1011001 100001

Color Harmonies of #A00958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00958

Black with #A00958

Text Example


Text Example

White with #A00958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00958; }

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

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

background-color css

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

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

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

border-color css

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

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

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