Html Css Color HEX #A0095B Jazzberry Jam

📋 copy color: '#A0095B'

red 160 ◦ green 9 ◦ blue 91

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

Shades of Jazzberry Jam #A0095B

Tints of Jazzberry Jam #A0095B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35%

R = 61.54%
G = 3.46%
B = 35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0095B (or 0xA0095B) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 5B. RGB value is (160,9,91). Sum of RGB (Red+Green+Blue) = 160+9+91=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0095B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0095B is #5FF6A4. Grayscale: #3F3F3F. Windows color (decimal): -6289061 or 5966240. OLE color: 5966240.

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

Color convert

RGB 160 9 91 -
CMYK 0 0.94 0.43 0.37
HSL 327.42º 0.89% 0.33% -
HSV(B) 327.42º 0.94% 0.63% -
XYZ 16.48 8.42 10.65 -
YUV 63.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 160 9 91 0 0.94 0.43 0.37 327.42 0.89 0.33
Hex A0 9 5B 0 5E 2B 25 147 59 21
Octal 240 11 133 0 136 53 45 507 131 41
Binary 10100000 1001 1011011 0 1011110 101011 100101 101000111 1011001 100001

Color Harmonies of #A0095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0095B

Black with #A0095B

Text Example


Text Example

White with #A0095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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