Html Css Color HEX #A41565 Jazzberry Jam

📋 copy color: '#A41565'

red 164 ◦ green 21 ◦ blue 101

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

Shades of Jazzberry Jam #A41565

Tints of Jazzberry Jam #A41565

RGB

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

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

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

R = 57.34%
G = 7.34%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A41565 (or 0xA41565) is known color: Jazzberry Jam. HEX triplet: A4, 15 and 65. RGB value is (164,21,101). Sum of RGB (Red+Green+Blue) = 164+21+101=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A41565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41565 is #5BEA9A. Grayscale: #484848. Windows color (decimal): -6023835 or 6624676. OLE color: 6624676.

HSL color Cylindrical-coordinate representation of color #A41565: hue angle of 326.43º 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 #A41565 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 101 -
CMYK 0 0.87 0.38 0.36
HSL 326.43º 0.77% 0.36% -
HSV(B) 326.43º 0.87% 0.64% -
XYZ 17.93 9.37 13.18 -
YUV 72.88 143.88 193 -
System Red Green Blue C M Y K H S L
Decimal 164 21 101 0 0.87 0.38 0.36 326.43 0.77 0.36
Hex A4 15 65 0 57 26 24 146 4D 24
Octal 244 25 145 0 127 46 44 506 115 44
Binary 10100100 10101 1100101 0 1010111 100110 100100 101000110 1001101 100100

Color Harmonies of #A41565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41565

Black with #A41565

Text Example


Text Example

White with #A41565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41565; }

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

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

background-color css

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

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

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

border-color css

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

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

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