Html Css Color HEX #A41E63 Jazzberry Jam

📋 copy color: '#A41E63'

red 164 ◦ green 30 ◦ blue 99

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

Shades of Jazzberry Jam #A41E63

Tints of Jazzberry Jam #A41E63

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.24%

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

R = 55.97%
G = 10.24%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A41E63 (or 0xA41E63) is known color: Jazzberry Jam. HEX triplet: A4, 1E and 63. RGB value is (164,30,99). Sum of RGB (Red+Green+Blue) = 164+30+99=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E63 is #5BE19C. Grayscale: #4D4D4D. Windows color (decimal): -6021533 or 6495908. OLE color: 6495908.

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

Color convert

RGB 164 30 99 -
CMYK 0 0.82 0.40 0.36
HSL 329.1º 0.69% 0.38% -
HSV(B) 329.1º 0.82% 0.64% -
XYZ 18.03 9.72 12.73 -
YUV 77.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 164 30 99 0 0.82 0.40 0.36 329.1 0.69 0.38
Hex A4 1E 63 0 52 28 24 149 45 26
Octal 244 36 143 0 122 50 44 511 105 46
Binary 10100100 11110 1100011 0 1010010 101000 100100 101001001 1000101 100110

Color Harmonies of #A41E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E63

Black with #A41E63

Text Example


Text Example

White with #A41E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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