Html Css Color HEX #A0094B Jazzberry Jam

📋 copy color: '#A0094B'

red 160 ◦ green 9 ◦ blue 75

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

Shades of Jazzberry Jam #A0094B

Tints of Jazzberry Jam #A0094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.74%

R = 65.57%
G = 3.69%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A0094B (or 0xA0094B) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 4B. RGB value is (160,9,75). Sum of RGB (Red+Green+Blue) = 160+9+75=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A0094B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0094B is #5FF6B4. Grayscale: #3D3D3D. Windows color (decimal): -6289077 or 4917664. OLE color: 4917664.

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

Color convert

RGB 160 9 75 -
CMYK 0 0.94 0.53 0.37
HSL 333.77º 0.89% 0.33% -
HSV(B) 333.77º 0.94% 0.63% -
XYZ 15.86 8.18 7.4 -
YUV 61.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 160 9 75 0 0.94 0.53 0.37 333.77 0.89 0.33
Hex A0 9 4B 0 5E 35 25 14E 59 21
Octal 240 11 113 0 136 65 45 516 131 41
Binary 10100000 1001 1001011 0 1011110 110101 100101 101001110 1011001 100001

Color Harmonies of #A0094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0094B

Black with #A0094B

Text Example


Text Example

White with #A0094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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