Html Css Color HEX #A41365 Jazzberry Jam

📋 copy color: '#A41365'

red 164 ◦ green 19 ◦ blue 101

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

Shades of Jazzberry Jam #A41365

Tints of Jazzberry Jam #A41365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

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

R = 57.75%
G = 6.69%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A41365 (or 0xA41365) is known color: Jazzberry Jam. HEX triplet: A4, 13 and 65. RGB value is (164,19,101). Sum of RGB (Red+Green+Blue) = 164+19+101=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A41365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41365 is #5BEC9A. Grayscale: #474747. Windows color (decimal): -6024347 or 6624164. OLE color: 6624164.

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

Color convert

RGB 164 19 101 -
CMYK 0 0.88 0.38 0.36
HSL 326.07º 0.79% 0.36% -
HSV(B) 326.07º 0.88% 0.64% -
XYZ 17.89 9.3 13.16 -
YUV 71.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 164 19 101 0 0.88 0.38 0.36 326.07 0.79 0.36
Hex A4 13 65 0 58 26 24 146 4F 24
Octal 244 23 145 0 130 46 44 506 117 44
Binary 10100100 10011 1100101 0 1011000 100110 100100 101000110 1001111 100100

Color Harmonies of #A41365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41365

Black with #A41365

Text Example


Text Example

White with #A41365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41365; }

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

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

background-color css

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

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

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

border-color css

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

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

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