Html Css Color HEX #A0015B Jazzberry Jam

📋 copy color: '#A0015B'

red 160 ◦ green 1 ◦ blue 91

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

Shades of Jazzberry Jam #A0015B

Tints of Jazzberry Jam #A0015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 63.49%
G = 0.4%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0015B (or 0xA0015B) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 5B. RGB value is (160,1,91). Sum of RGB (Red+Green+Blue) = 160+1+91=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A0015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0015B is #5FFEA4. Grayscale: #3A3A3A. Windows color (decimal): -6291109 or 5964192. OLE color: 5964192.

HSL color Cylindrical-coordinate representation of color #A0015B: hue angle of 326.04º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0015B is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 91 -
CMYK 0 0.99 0.43 0.37
HSL 326.04º 0.99% 0.32% -
HSV(B) 326.04º 0.99% 0.63% -
XYZ 16.4 8.25 10.63 -
YUV 58.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 160 1 91 0 0.99 0.43 0.37 326.04 0.99 0.32
Hex A0 1 5B 0 63 2B 25 146 63 20
Octal 240 1 133 0 143 53 45 506 143 40
Binary 10100000 1 1011011 0 1100011 101011 100101 101000110 1100011 100000

Color Harmonies of #A0015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0015B

Black with #A0015B

Text Example


Text Example

White with #A0015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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