Html Css Color HEX #A41863 Jazzberry Jam

📋 copy color: '#A41863'

red 164 ◦ green 24 ◦ blue 99

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

Shades of Jazzberry Jam #A41863

Tints of Jazzberry Jam #A41863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

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

R = 57.14%
G = 8.36%
B = 34.49%

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

#A41863 (or 0xA41863) is known color: Jazzberry Jam. HEX triplet: A4, 18 and 63. RGB value is (164,24,99). Sum of RGB (Red+Green+Blue) = 164+24+99=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A41863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41863 is #5BE79C. Grayscale: #4A4A4A. Windows color (decimal): -6023069 or 6494372. OLE color: 6494372.

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

Color convert

RGB 164 24 99 -
CMYK 0 0.85 0.40 0.36
HSL 327.86º 0.74% 0.37% -
HSV(B) 327.86º 0.85% 0.64% -
XYZ 17.89 9.45 12.68 -
YUV 74.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 164 24 99 0 0.85 0.40 0.36 327.86 0.74 0.37
Hex A4 18 63 0 55 28 24 148 4A 25
Octal 244 30 143 0 125 50 44 510 112 45
Binary 10100100 11000 1100011 0 1010101 101000 100100 101001000 1001010 100101

Color Harmonies of #A41863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41863

Black with #A41863

Text Example


Text Example

White with #A41863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41863; }

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

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

background-color css

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

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

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

border-color css

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

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

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