Html Css Color HEX #A01A55 Jazzberry Jam

📋 copy color: '#A01A55'

red 160 ◦ green 26 ◦ blue 85

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

Shades of Jazzberry Jam #A01A55

Tints of Jazzberry Jam #A01A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 59.04%
G = 9.59%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A01A55 (or 0xA01A55) is known color: Jazzberry Jam. HEX triplet: A0, 1A and 55. RGB value is (160,26,85). Sum of RGB (Red+Green+Blue) = 160+26+85=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01A55 is #5FE5AA. Grayscale: #484848. Windows color (decimal): -6284715 or 5577376. OLE color: 5577376.

HSL color Cylindrical-coordinate representation of color #A01A55: hue angle of 333.58º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01A55 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 26 85 -
CMYK 0 0.84 0.47 0.37
HSL 333.58º 0.72% 0.36% -
HSV(B) 333.58º 0.84% 0.63% -
XYZ 16.51 8.87 9.44 -
YUV 72.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 160 26 85 0 0.84 0.47 0.37 333.58 0.72 0.36
Hex A0 1A 55 0 54 2F 25 14E 48 24
Octal 240 32 125 0 124 57 45 516 110 44
Binary 10100000 11010 1010101 0 1010100 101111 100101 101001110 1001000 100100

Color Harmonies of #A01A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01A55

Black with #A01A55

Text Example


Text Example

White with #A01A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01A55; }

 p { color: rgb(160,26,85); }

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

background-color css

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

 a { background-color: rgb(160,26,85); }

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

border-color css

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

 span { border-color: rgb(160,26,85); }

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