Html Css Color HEX #A0094E Jazzberry Jam

📋 copy color: '#A0094E'

red 160 ◦ green 9 ◦ blue 78

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

Shades of Jazzberry Jam #A0094E

Tints of Jazzberry Jam #A0094E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.58%

R = 64.78%
G = 3.64%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0094E (or 0xA0094E) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 4E. RGB value is (160,9,78). Sum of RGB (Red+Green+Blue) = 160+9+78=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A0094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0094E is #5FF6B1. Grayscale: #3D3D3D. Windows color (decimal): -6289074 or 5114272. OLE color: 5114272.

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

Color convert

RGB 160 9 78 -
CMYK 0 0.94 0.51 0.37
HSL 332.58º 0.89% 0.33% -
HSV(B) 332.58º 0.94% 0.63% -
XYZ 15.97 8.22 7.95 -
YUV 62.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 160 9 78 0 0.94 0.51 0.37 332.58 0.89 0.33
Hex A0 9 4E 0 5E 33 25 14D 59 21
Octal 240 11 116 0 136 63 45 515 131 41
Binary 10100000 1001 1001110 0 1011110 110011 100101 101001101 1011001 100001

Color Harmonies of #A0094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0094E

Black with #A0094E

Text Example


Text Example

White with #A0094E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0094E; }

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

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

background-color css

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

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

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

border-color css

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

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

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