Html Css Color HEX #A41F76 Jazzberry Jam

📋 copy color: '#A41F76'

red 164 ◦ green 31 ◦ blue 118

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

Shades of Jazzberry Jam #A41F76

Tints of Jazzberry Jam #A41F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 52.4%
G = 9.9%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A41F76 (or 0xA41F76) is known color: Jazzberry Jam. HEX triplet: A4, 1F and 76. RGB value is (164,31,118). Sum of RGB (Red+Green+Blue) = 164+31+118=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F76 is #5BE089. Grayscale: #505050. Windows color (decimal): -6021258 or 7741348. OLE color: 7741348.

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

Color convert

RGB 164 31 118 -
CMYK 0 0.81 0.28 0.36
HSL 320.75º 0.68% 0.38% -
HSV(B) 320.75º 0.81% 0.64% -
XYZ 19.07 10.18 18.1 -
YUV 80.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 164 31 118 0 0.81 0.28 0.36 320.75 0.68 0.38
Hex A4 1F 76 0 51 1C 24 141 44 26
Octal 244 37 166 0 121 34 44 501 104 46
Binary 10100100 11111 1110110 0 1010001 11100 100100 101000001 1000100 100110

Color Harmonies of #A41F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F76

Black with #A41F76

Text Example


Text Example

White with #A41F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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