Html Css Color HEX #A41D6C Jazzberry Jam

📋 copy color: '#A41D6C'

red 164 ◦ green 29 ◦ blue 108

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

Shades of Jazzberry Jam #A41D6C

Tints of Jazzberry Jam #A41D6C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.63%

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 54.49%
G = 9.63%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A41D6C (or 0xA41D6C) is known color: Jazzberry Jam. HEX triplet: A4, 1D and 6C. RGB value is (164,29,108). Sum of RGB (Red+Green+Blue) = 164+29+108=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41D6C is #5BE293. Grayscale: #4E4E4E. Windows color (decimal): -6021780 or 7085476. OLE color: 7085476.

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

Color convert

RGB 164 29 108 -
CMYK 0 0.82 0.34 0.36
HSL 324.89º 0.7% 0.38% -
HSV(B) 324.89º 0.82% 0.64% -
XYZ 18.46 9.85 15.12 -
YUV 78.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 164 29 108 0 0.82 0.34 0.36 324.89 0.7 0.38
Hex A4 1D 6C 0 52 22 24 145 46 26
Octal 244 35 154 0 122 42 44 505 106 46
Binary 10100100 11101 1101100 0 1010010 100010 100100 101000101 1000110 100110

Color Harmonies of #A41D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41D6C

Black with #A41D6C

Text Example


Text Example

White with #A41D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41D6C; }

 p { color: rgb(164,29,108); }

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

background-color css

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

 a { background-color: rgb(164,29,108); }

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

border-color css

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

 span { border-color: rgb(164,29,108); }

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