Html Css Color HEX #A41866 Jazzberry Jam

📋 copy color: '#A41866'

red 164 ◦ green 24 ◦ blue 102

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

Shades of Jazzberry Jam #A41866

Tints of Jazzberry Jam #A41866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.28%

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

R = 56.55%
G = 8.28%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A41866 (or 0xA41866) is known color: Jazzberry Jam. HEX triplet: A4, 18 and 66. RGB value is (164,24,102). Sum of RGB (Red+Green+Blue) = 164+24+102=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A41866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41866 is #5BE799. Grayscale: #4A4A4A. Windows color (decimal): -6023066 or 6690980. OLE color: 6690980.

HSL color Cylindrical-coordinate representation of color #A41866: hue angle of 326.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41866 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 24 102 -
CMYK 0 0.85 0.38 0.36
HSL 326.57º 0.74% 0.37% -
HSV(B) 326.57º 0.85% 0.64% -
XYZ 18.03 9.51 13.45 -
YUV 74.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 164 24 102 0 0.85 0.38 0.36 326.57 0.74 0.37
Hex A4 18 66 0 55 26 24 147 4A 25
Octal 244 30 146 0 125 46 44 507 112 45
Binary 10100100 11000 1100110 0 1010101 100110 100100 101000111 1001010 100101

Color Harmonies of #A41866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41866

Black with #A41866

Text Example


Text Example

White with #A41866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41866; }

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

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

background-color css

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

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

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

border-color css

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

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

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