Html Css Color HEX #A41D68 Jazzberry Jam

📋 copy color: '#A41D68'

red 164 ◦ green 29 ◦ blue 104

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

Shades of Jazzberry Jam #A41D68

Tints of Jazzberry Jam #A41D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.02%

R = 55.22%
G = 9.76%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A41D68 (or 0xA41D68) is known color: Jazzberry Jam. HEX triplet: A4, 1D and 68. RGB value is (164,29,104). Sum of RGB (Red+Green+Blue) = 164+29+104=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41D68 is #5BE297. Grayscale: #4D4D4D. Windows color (decimal): -6021784 or 6823332. OLE color: 6823332.

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

Color convert

RGB 164 29 104 -
CMYK 0 0.82 0.37 0.36
HSL 326.67º 0.7% 0.38% -
HSV(B) 326.67º 0.82% 0.64% -
XYZ 18.25 9.77 14.02 -
YUV 77.92 142.73 189.4 -
System Red Green Blue C M Y K H S L
Decimal 164 29 104 0 0.82 0.37 0.36 326.67 0.7 0.38
Hex A4 1D 68 0 52 25 24 147 46 26
Octal 244 35 150 0 122 45 44 507 106 46
Binary 10100100 11101 1101000 0 1010010 100101 100100 101000111 1000110 100110

Color Harmonies of #A41D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41D68

Black with #A41D68

Text Example


Text Example

White with #A41D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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