Html Css Color HEX #A41963 Jazzberry Jam

📋 copy color: '#A41963'

red 164 ◦ green 25 ◦ blue 99

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

Shades of Jazzberry Jam #A41963

Tints of Jazzberry Jam #A41963

RGB

 RED value IS 164 (64.45% from 255) = 56.94%

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

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

R = 56.94%
G = 8.68%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A41963 (or 0xA41963) is known color: Jazzberry Jam. HEX triplet: A4, 19 and 63. RGB value is (164,25,99). Sum of RGB (Red+Green+Blue) = 164+25+99=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A41963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41963 is #5BE69C. Grayscale: #4A4A4A. Windows color (decimal): -6022813 or 6494628. OLE color: 6494628.

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

Color convert

RGB 164 25 99 -
CMYK 0 0.85 0.40 0.36
HSL 328.06º 0.74% 0.37% -
HSV(B) 328.06º 0.85% 0.64% -
XYZ 17.91 9.49 12.69 -
YUV 75 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 164 25 99 0 0.85 0.40 0.36 328.06 0.74 0.37
Hex A4 19 63 0 55 28 24 148 4A 25
Octal 244 31 143 0 125 50 44 510 112 45
Binary 10100100 11001 1100011 0 1010101 101000 100100 101001000 1001010 100101

Color Harmonies of #A41963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41963

Black with #A41963

Text Example


Text Example

White with #A41963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41963; }

 p { color: rgb(164,25,99); }

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

background-color css

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

 a { background-color: rgb(164,25,99); }

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

border-color css

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

 span { border-color: rgb(164,25,99); }

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