Html Css Color HEX #A41869 Jazzberry Jam

📋 copy color: '#A41869'

red 164 ◦ green 24 ◦ blue 105

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

Shades of Jazzberry Jam #A41869

Tints of Jazzberry Jam #A41869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 55.97%
G = 8.19%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A41869 (or 0xA41869) is known color: Jazzberry Jam. HEX triplet: A4, 18 and 69. RGB value is (164,24,105). Sum of RGB (Red+Green+Blue) = 164+24+105=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A41869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41869 is #5BE796. Grayscale: #4A4A4A. Windows color (decimal): -6023063 or 6887588. OLE color: 6887588.

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

Color convert

RGB 164 24 105 -
CMYK 0 0.85 0.36 0.36
HSL 325.29º 0.74% 0.37% -
HSV(B) 325.29º 0.85% 0.64% -
XYZ 18.19 9.57 14.25 -
YUV 75.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 164 24 105 0 0.85 0.36 0.36 325.29 0.74 0.37
Hex A4 18 69 0 55 24 24 145 4A 25
Octal 244 30 151 0 125 44 44 505 112 45
Binary 10100100 11000 1101001 0 1010101 100100 100100 101000101 1001010 100101

Color Harmonies of #A41869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41869

Black with #A41869

Text Example


Text Example

White with #A41869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41869; }

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

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

background-color css

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

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

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

border-color css

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

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

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