Html Css Color HEX #A01964 Jazzberry Jam

📋 copy color: '#A01964'

red 160 ◦ green 25 ◦ blue 100

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

Shades of Jazzberry Jam #A01964

Tints of Jazzberry Jam #A01964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

 BLUE value IS 100 (39.45% from 255) = 35.09%

R = 56.14%
G = 8.77%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A01964 (or 0xA01964) is known color: Jazzberry Jam. HEX triplet: A0, 19 and 64. RGB value is (160,25,100). Sum of RGB (Red+Green+Blue) = 160+25+100=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A01964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01964 is #5FE69B. Grayscale: #494949. Windows color (decimal): -6284956 or 6560160. OLE color: 6560160.

HSL color Cylindrical-coordinate representation of color #A01964: hue angle of 326.67º degrees, saturation: 0.73, 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 #A01964 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 25 100 -
CMYK 0 0.84 0.38 0.37
HSL 326.67º 0.73% 0.36% -
HSV(B) 326.67º 0.84% 0.63% -
XYZ 17.15 9.09 12.91 -
YUV 73.92 142.73 189.4 -
System Red Green Blue C M Y K H S L
Decimal 160 25 100 0 0.84 0.38 0.37 326.67 0.73 0.36
Hex A0 19 64 0 54 26 25 147 49 24
Octal 240 31 144 0 124 46 45 507 111 44
Binary 10100000 11001 1100100 0 1010100 100110 100101 101000111 1001001 100100

Color Harmonies of #A01964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01964

Black with #A01964

Text Example


Text Example

White with #A01964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01964; }

 p { color: rgb(160,25,100); }

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

background-color css

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

 a { background-color: rgb(160,25,100); }

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

border-color css

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

 span { border-color: rgb(160,25,100); }

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