Html Css Color HEX #A41564 Jazzberry Jam

📋 copy color: '#A41564'

red 164 ◦ green 21 ◦ blue 100

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

Shades of Jazzberry Jam #A41564

Tints of Jazzberry Jam #A41564

RGB

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

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

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

R = 57.54%
G = 7.37%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A41564 (or 0xA41564) is known color: Jazzberry Jam. HEX triplet: A4, 15 and 64. RGB value is (164,21,100). Sum of RGB (Red+Green+Blue) = 164+21+100=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A41564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41564 is #5BEA9B. Grayscale: #484848. Windows color (decimal): -6023836 or 6559140. OLE color: 6559140.

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

Color convert

RGB 164 21 100 -
CMYK 0 0.87 0.39 0.36
HSL 326.85º 0.77% 0.36% -
HSV(B) 326.85º 0.87% 0.64% -
XYZ 17.88 9.35 12.92 -
YUV 72.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 164 21 100 0 0.87 0.39 0.36 326.85 0.77 0.36
Hex A4 15 64 0 57 27 24 147 4D 24
Octal 244 25 144 0 127 47 44 507 115 44
Binary 10100100 10101 1100100 0 1010111 100111 100100 101000111 1001101 100100

Color Harmonies of #A41564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41564

Black with #A41564

Text Example


Text Example

White with #A41564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41564; }

 p { color: rgb(164,21,100); }

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

background-color css

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

 a { background-color: rgb(164,21,100); }

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

border-color css

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

 span { border-color: rgb(164,21,100); }

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