Html Css Color HEX #A41F68 Jazzberry Jam

📋 copy color: '#A41F68'

red 164 ◦ green 31 ◦ blue 104

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

Shades of Jazzberry Jam #A41F68

Tints of Jazzberry Jam #A41F68

RGB

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

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

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

R = 54.85%
G = 10.37%
B = 34.78%

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

#A41F68 (or 0xA41F68) is known color: Jazzberry Jam. HEX triplet: A4, 1F and 68. RGB value is (164,31,104). Sum of RGB (Red+Green+Blue) = 164+31+104=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F68 is #5BE097. Grayscale: #4E4E4E. Windows color (decimal): -6021272 or 6823844. OLE color: 6823844.

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

Color convert

RGB 164 31 104 -
CMYK 0 0.81 0.37 0.36
HSL 327.07º 0.68% 0.38% -
HSV(B) 327.07º 0.81% 0.64% -
XYZ 18.3 9.87 14.04 -
YUV 79.09 142.06 188.56 -
System Red Green Blue C M Y K H S L
Decimal 164 31 104 0 0.81 0.37 0.36 327.07 0.68 0.38
Hex A4 1F 68 0 51 25 24 147 44 26
Octal 244 37 150 0 121 45 44 507 104 46
Binary 10100100 11111 1101000 0 1010001 100101 100100 101000111 1000100 100110

Color Harmonies of #A41F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F68

Black with #A41F68

Text Example


Text Example

White with #A41F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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