Html Css Color HEX #A41172 Jazzberry Jam

📋 copy color: '#A41172'

red 164 ◦ green 17 ◦ blue 114

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

Shades of Jazzberry Jam #A41172

Tints of Jazzberry Jam #A41172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 55.59%
G = 5.76%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A41172 (or 0xA41172) is known color: Jazzberry Jam. HEX triplet: A4, 11 and 72. RGB value is (164,17,114). Sum of RGB (Red+Green+Blue) = 164+17+114=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A41172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41172 is #5BEE8D. Grayscale: #474747. Windows color (decimal): -6024846 or 7475620. OLE color: 7475620.

HSL color Cylindrical-coordinate representation of color #A41172: hue angle of 320.41º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41172 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 17 114 -
CMYK 0 0.90 0.30 0.36
HSL 320.41º 0.81% 0.35% -
HSV(B) 320.41º 0.9% 0.64% -
XYZ 18.55 9.51 16.78 -
YUV 72.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 164 17 114 0 0.90 0.30 0.36 320.41 0.81 0.35
Hex A4 11 72 0 5A 1E 24 140 51 23
Octal 244 21 162 0 132 36 44 500 121 43
Binary 10100100 10001 1110010 0 1011010 11110 100100 101000000 1010001 100011

Color Harmonies of #A41172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41172

Black with #A41172

Text Example


Text Example

White with #A41172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41172; }

 p { color: rgb(164,17,114); }

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

background-color css

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

 a { background-color: rgb(164,17,114); }

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

border-color css

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

 span { border-color: rgb(164,17,114); }

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