Html Css Color HEX #A41F6D Jazzberry Jam

📋 copy color: '#A41F6D'

red 164 ◦ green 31 ◦ blue 109

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

Shades of Jazzberry Jam #A41F6D

Tints of Jazzberry Jam #A41F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 53.95%
G = 10.2%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A41F6D (or 0xA41F6D) is known color: Jazzberry Jam. HEX triplet: A4, 1F and 6D. RGB value is (164,31,109). Sum of RGB (Red+Green+Blue) = 164+31+109=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F6D is #5BE092. Grayscale: #4F4F4F. Windows color (decimal): -6021267 or 7151524. OLE color: 7151524.

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

Color convert

RGB 164 31 109 -
CMYK 0 0.81 0.34 0.36
HSL 324.81º 0.68% 0.38% -
HSV(B) 324.81º 0.81% 0.64% -
XYZ 18.56 9.98 15.42 -
YUV 79.66 144.56 188.16 -
System Red Green Blue C M Y K H S L
Decimal 164 31 109 0 0.81 0.34 0.36 324.81 0.68 0.38
Hex A4 1F 6D 0 51 22 24 145 44 26
Octal 244 37 155 0 121 42 44 505 104 46
Binary 10100100 11111 1101101 0 1010001 100010 100100 101000101 1000100 100110

Color Harmonies of #A41F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F6D

Black with #A41F6D

Text Example


Text Example

White with #A41F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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