Html Css Color HEX #A01863 Jazzberry Jam

📋 copy color: '#A01863'

red 160 ◦ green 24 ◦ blue 99

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

Shades of Jazzberry Jam #A01863

Tints of Jazzberry Jam #A01863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.48%

 BLUE value IS 99 (39.06% from 255) = 34.98%

R = 56.54%
G = 8.48%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A01863 (or 0xA01863) is known color: Jazzberry Jam. HEX triplet: A0, 18 and 63. RGB value is (160,24,99). Sum of RGB (Red+Green+Blue) = 160+24+99=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A01863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01863 is #5FE79C. Grayscale: #494949. Windows color (decimal): -6285213 or 6494368. OLE color: 6494368.

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

Color convert

RGB 160 24 99 -
CMYK 0 0.85 0.38 0.37
HSL 326.91º 0.74% 0.36% -
HSV(B) 326.91º 0.85% 0.63% -
XYZ 17.08 9.03 12.65 -
YUV 73.21 142.56 189.9 -
System Red Green Blue C M Y K H S L
Decimal 160 24 99 0 0.85 0.38 0.37 326.91 0.74 0.36
Hex A0 18 63 0 55 26 25 147 4A 24
Octal 240 30 143 0 125 46 45 507 112 44
Binary 10100000 11000 1100011 0 1010101 100110 100101 101000111 1001010 100100

Color Harmonies of #A01863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01863

Black with #A01863

Text Example


Text Example

White with #A01863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01863; }

 p { color: rgb(160,24,99); }

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

background-color css

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

 a { background-color: rgb(160,24,99); }

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

border-color css

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

 span { border-color: rgb(160,24,99); }

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