Html Css Color HEX #A41F74 Jazzberry Jam

📋 copy color: '#A41F74'

red 164 ◦ green 31 ◦ blue 116

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

Shades of Jazzberry Jam #A41F74

Tints of Jazzberry Jam #A41F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 52.73%
G = 9.97%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A41F74 (or 0xA41F74) is known color: Jazzberry Jam. HEX triplet: A4, 1F and 74. RGB value is (164,31,116). Sum of RGB (Red+Green+Blue) = 164+31+116=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F74 is #5BE08B. Grayscale: #505050. Windows color (decimal): -6021260 or 7610276. OLE color: 7610276.

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

Color convert

RGB 164 31 116 -
CMYK 0 0.81 0.29 0.36
HSL 321.65º 0.68% 0.38% -
HSV(B) 321.65º 0.81% 0.64% -
XYZ 18.95 10.13 17.48 -
YUV 80.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 164 31 116 0 0.81 0.29 0.36 321.65 0.68 0.38
Hex A4 1F 74 0 51 1D 24 142 44 26
Octal 244 37 164 0 121 35 44 502 104 46
Binary 10100100 11111 1110100 0 1010001 11101 100100 101000010 1000100 100110

Color Harmonies of #A41F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F74

Black with #A41F74

Text Example


Text Example

White with #A41F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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