Html Css Color HEX #A01B5B Jazzberry Jam

📋 copy color: '#A01B5B'

red 160 ◦ green 27 ◦ blue 91

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

Shades of Jazzberry Jam #A01B5B

Tints of Jazzberry Jam #A01B5B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.71%

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

R = 57.55%
G = 9.71%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A01B5B (or 0xA01B5B) is known color: Jazzberry Jam. HEX triplet: A0, 1B and 5B. RGB value is (160,27,91). Sum of RGB (Red+Green+Blue) = 160+27+91=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01B5B is #5FE4A4. Grayscale: #494949. Windows color (decimal): -6284453 or 5970848. OLE color: 5970848.

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

Color convert

RGB 160 27 91 -
CMYK 0 0.83 0.43 0.37
HSL 331.13º 0.71% 0.37% -
HSV(B) 331.13º 0.83% 0.63% -
XYZ 16.78 9.01 10.75 -
YUV 74.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 160 27 91 0 0.83 0.43 0.37 331.13 0.71 0.37
Hex A0 1B 5B 0 53 2B 25 14B 47 25
Octal 240 33 133 0 123 53 45 513 107 45
Binary 10100000 11011 1011011 0 1010011 101011 100101 101001011 1000111 100101

Color Harmonies of #A01B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01B5B

Black with #A01B5B

Text Example


Text Example

White with #A01B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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