Html Css Color HEX #A41E71 Jazzberry Jam

📋 copy color: '#A41E71'

red 164 ◦ green 30 ◦ blue 113

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

Shades of Jazzberry Jam #A41E71

Tints of Jazzberry Jam #A41E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 53.42%
G = 9.77%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A41E71 (or 0xA41E71) is known color: Jazzberry Jam. HEX triplet: A4, 1E and 71. RGB value is (164,30,113). Sum of RGB (Red+Green+Blue) = 164+30+113=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E71 is #5BE18E. Grayscale: #4F4F4F. Windows color (decimal): -6021519 or 7413412. OLE color: 7413412.

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

Color convert

RGB 164 30 113 -
CMYK 0 0.82 0.31 0.36
HSL 322.84º 0.69% 0.38% -
HSV(B) 322.84º 0.82% 0.64% -
XYZ 18.75 10.01 16.57 -
YUV 79.53 146.89 188.25 -
System Red Green Blue C M Y K H S L
Decimal 164 30 113 0 0.82 0.31 0.36 322.84 0.69 0.38
Hex A4 1E 71 0 52 1F 24 143 45 26
Octal 244 36 161 0 122 37 44 503 105 46
Binary 10100100 11110 1110001 0 1010010 11111 100100 101000011 1000101 100110

Color Harmonies of #A41E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E71

Black with #A41E71

Text Example


Text Example

White with #A41E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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