Html Css Color HEX #A00954 Jazzberry Jam

📋 copy color: '#A00954'

red 160 ◦ green 9 ◦ blue 84

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

Shades of Jazzberry Jam #A00954

Tints of Jazzberry Jam #A00954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.2%

R = 63.24%
G = 3.56%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A00954 (or 0xA00954) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 54. RGB value is (160,9,84). Sum of RGB (Red+Green+Blue) = 160+9+84=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A00954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00954 is #5FF6AB. Grayscale: #3E3E3E. Windows color (decimal): -6289068 or 5507488. OLE color: 5507488.

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

Color convert

RGB 160 9 84 -
CMYK 0 0.94 0.48 0.37
HSL 330.2º 0.89% 0.33% -
HSV(B) 330.2º 0.94% 0.63% -
XYZ 16.2 8.31 9.14 -
YUV 62.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 160 9 84 0 0.94 0.48 0.37 330.2 0.89 0.33
Hex A0 9 54 0 5E 30 25 14A 59 21
Octal 240 11 124 0 136 60 45 512 131 41
Binary 10100000 1001 1010100 0 1011110 110000 100101 101001010 1011001 100001

Color Harmonies of #A00954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00954

Black with #A00954

Text Example


Text Example

White with #A00954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00954; }

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

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

background-color css

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

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

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

border-color css

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

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

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