Html Css Color HEX #A0094A Jazzberry Jam

📋 copy color: '#A0094A'

red 160 ◦ green 9 ◦ blue 74

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

Shades of Jazzberry Jam #A0094A

Tints of Jazzberry Jam #A0094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.45%

R = 65.84%
G = 3.7%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A0094A (or 0xA0094A) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 4A. RGB value is (160,9,74). Sum of RGB (Red+Green+Blue) = 160+9+74=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0094A is #5FF6B5. Grayscale: #3D3D3D. Windows color (decimal): -6289078 or 4852128. OLE color: 4852128.

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

Color convert

RGB 160 9 74 -
CMYK 0 0.94 0.54 0.37
HSL 334.17º 0.89% 0.33% -
HSV(B) 334.17º 0.94% 0.63% -
XYZ 15.83 8.16 7.22 -
YUV 61.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 160 9 74 0 0.94 0.54 0.37 334.17 0.89 0.33
Hex A0 9 4A 0 5E 36 25 14E 59 21
Octal 240 11 112 0 136 66 45 516 131 41
Binary 10100000 1001 1001010 0 1011110 110110 100101 101001110 1011001 100001

Color Harmonies of #A0094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0094A

Black with #A0094A

Text Example


Text Example

White with #A0094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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