Html Css Color HEX #A41F67 Jazzberry Jam

📋 copy color: '#A41F67'

red 164 ◦ green 31 ◦ blue 103

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

Shades of Jazzberry Jam #A41F67

Tints of Jazzberry Jam #A41F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.56%

R = 55.03%
G = 10.4%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A41F67 (or 0xA41F67) is known color: Jazzberry Jam. HEX triplet: A4, 1F and 67. RGB value is (164,31,103). Sum of RGB (Red+Green+Blue) = 164+31+103=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F67 is #5BE098. Grayscale: #4E4E4E. Windows color (decimal): -6021273 or 6758308. OLE color: 6758308.

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

Color convert

RGB 164 31 103 -
CMYK 0 0.81 0.37 0.36
HSL 327.52º 0.68% 0.38% -
HSV(B) 327.52º 0.81% 0.64% -
XYZ 18.25 9.85 13.77 -
YUV 78.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 164 31 103 0 0.81 0.37 0.36 327.52 0.68 0.38
Hex A4 1F 67 0 51 25 24 148 44 26
Octal 244 37 147 0 121 45 44 510 104 46
Binary 10100100 11111 1100111 0 1010001 100101 100100 101001000 1000100 100110

Color Harmonies of #A41F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F67

Black with #A41F67

Text Example


Text Example

White with #A41F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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