Html Css Color HEX #A41874 Jazzberry Jam

📋 copy color: '#A41874'

red 164 ◦ green 24 ◦ blue 116

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

Shades of Jazzberry Jam #A41874

Tints of Jazzberry Jam #A41874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

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

R = 53.95%
G = 7.89%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A41874 (or 0xA41874) is known color: Jazzberry Jam. HEX triplet: A4, 18 and 74. RGB value is (164,24,116). Sum of RGB (Red+Green+Blue) = 164+24+116=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A41874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41874 is #5BE78B. Grayscale: #4C4C4C. Windows color (decimal): -6023052 or 7608484. OLE color: 7608484.

HSL color Cylindrical-coordinate representation of color #A41874: hue angle of 320.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41874 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 24 116 -
CMYK 0 0.85 0.29 0.36
HSL 320.57º 0.74% 0.37% -
HSV(B) 320.57º 0.85% 0.64% -
XYZ 18.79 9.81 17.43 -
YUV 76.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 164 24 116 0 0.85 0.29 0.36 320.57 0.74 0.37
Hex A4 18 74 0 55 1D 24 141 4A 25
Octal 244 30 164 0 125 35 44 501 112 45
Binary 10100100 11000 1110100 0 1010101 11101 100100 101000001 1001010 100101

Color Harmonies of #A41874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41874

Black with #A41874

Text Example


Text Example

White with #A41874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41874; }

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

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

background-color css

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

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

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

border-color css

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

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

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