Html Css Color HEX #A01150 Jazzberry Jam

📋 copy color: '#A01150'

red 160 ◦ green 17 ◦ blue 80

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

Shades of Jazzberry Jam #A01150

Tints of Jazzberry Jam #A01150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.61%

 BLUE value IS 80 (31.64% from 255) = 31.13%

R = 62.26%
G = 6.61%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A01150 (or 0xA01150) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 50. RGB value is (160,17,80). Sum of RGB (Red+Green+Blue) = 160+17+80=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A01150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01150 is #5FEEAF. Grayscale: #424242. Windows color (decimal): -6287024 or 5247392. OLE color: 5247392.

HSL color Cylindrical-coordinate representation of color #A01150: hue angle of 333.57º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01150 is Cyan = 0, Magento = 0.89, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 17 80 -
CMYK 0 0.89 0.5 0.37
HSL 333.57º 0.81% 0.35% -
HSV(B) 333.57º 0.89% 0.63% -
XYZ 16.15 8.45 8.37 -
YUV 66.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 160 17 80 0 0.89 0.5 0.37 333.57 0.81 0.35
Hex A0 11 50 0 59 32 25 14E 51 23
Octal 240 21 120 0 131 62 45 516 121 43
Binary 10100000 10001 1010000 0 1011001 110010 100101 101001110 1010001 100011

Color Harmonies of #A01150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01150

Black with #A01150

Text Example


Text Example

White with #A01150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01150; }

 p { color: rgb(160,17,80); }

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

background-color css

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

 a { background-color: rgb(160,17,80); }

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

border-color css

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

 span { border-color: rgb(160,17,80); }

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