Html Css Color HEX #A01565 Jazzberry Jam

📋 copy color: '#A01565'

red 160 ◦ green 21 ◦ blue 101

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

Shades of Jazzberry Jam #A01565

Tints of Jazzberry Jam #A01565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 56.74%
G = 7.45%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A01565 (or 0xA01565) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 65. RGB value is (160,21,101). Sum of RGB (Red+Green+Blue) = 160+21+101=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A01565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01565 is #5FEA9A. Grayscale: #474747. Windows color (decimal): -6285979 or 6624672. OLE color: 6624672.

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

Color convert

RGB 160 21 101 -
CMYK 0 0.87 0.37 0.37
HSL 325.47º 0.77% 0.35% -
HSV(B) 325.47º 0.87% 0.63% -
XYZ 17.11 8.95 13.14 -
YUV 71.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 160 21 101 0 0.87 0.37 0.37 325.47 0.77 0.35
Hex A0 15 65 0 57 25 25 145 4D 23
Octal 240 25 145 0 127 45 45 505 115 43
Binary 10100000 10101 1100101 0 1010111 100101 100101 101000101 1001101 100011

Color Harmonies of #A01565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01565

Black with #A01565

Text Example


Text Example

White with #A01565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01565; }

 p { color: rgb(160,21,101); }

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

background-color css

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

 a { background-color: rgb(160,21,101); }

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

border-color css

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

 span { border-color: rgb(160,21,101); }

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