Html Css Color HEX #A41F71 Jazzberry Jam

📋 copy color: '#A41F71'

red 164 ◦ green 31 ◦ blue 113

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

Shades of Jazzberry Jam #A41F71

Tints of Jazzberry Jam #A41F71

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.06%

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

R = 53.25%
G = 10.06%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A41F71 (or 0xA41F71) is known color: Jazzberry Jam. HEX triplet: A4, 1F and 71. RGB value is (164,31,113). Sum of RGB (Red+Green+Blue) = 164+31+113=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F71 is #5BE08E. Grayscale: #4F4F4F. Windows color (decimal): -6021263 or 7413668. OLE color: 7413668.

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

Color convert

RGB 164 31 113 -
CMYK 0 0.81 0.31 0.36
HSL 323.01º 0.68% 0.38% -
HSV(B) 323.01º 0.81% 0.64% -
XYZ 18.78 10.06 16.58 -
YUV 80.12 146.56 187.83 -
System Red Green Blue C M Y K H S L
Decimal 164 31 113 0 0.81 0.31 0.36 323.01 0.68 0.38
Hex A4 1F 71 0 51 1F 24 143 44 26
Octal 244 37 161 0 121 37 44 503 104 46
Binary 10100100 11111 1110001 0 1010001 11111 100100 101000011 1000100 100110

Color Harmonies of #A41F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F71

Black with #A41F71

Text Example


Text Example

White with #A41F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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