Html Css Color HEX #A41F66 Jazzberry Jam

📋 copy color: '#A41F66'

red 164 ◦ green 31 ◦ blue 102

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

Shades of Jazzberry Jam #A41F66

Tints of Jazzberry Jam #A41F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 55.22%
G = 10.44%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A41F66 (or 0xA41F66) is known color: Jazzberry Jam. HEX triplet: A4, 1F and 66. RGB value is (164,31,102). Sum of RGB (Red+Green+Blue) = 164+31+102=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F66 is #5BE099. Grayscale: #4E4E4E. Windows color (decimal): -6021274 or 6692772. OLE color: 6692772.

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

Color convert

RGB 164 31 102 -
CMYK 0 0.81 0.38 0.36
HSL 327.97º 0.68% 0.38% -
HSV(B) 327.97º 0.81% 0.64% -
XYZ 18.2 9.83 13.51 -
YUV 78.86 141.06 188.73 -
System Red Green Blue C M Y K H S L
Decimal 164 31 102 0 0.81 0.38 0.36 327.97 0.68 0.38
Hex A4 1F 66 0 51 26 24 148 44 26
Octal 244 37 146 0 121 46 44 510 104 46
Binary 10100100 11111 1100110 0 1010001 100110 100100 101001000 1000100 100110

Color Harmonies of #A41F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F66

Black with #A41F66

Text Example


Text Example

White with #A41F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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