Html Css Color HEX #A41865 Jazzberry Jam

📋 copy color: '#A41865'

red 164 ◦ green 24 ◦ blue 101

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

Shades of Jazzberry Jam #A41865

Tints of Jazzberry Jam #A41865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 56.75%
G = 8.3%
B = 34.95%

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

#A41865 (or 0xA41865) is known color: Jazzberry Jam. HEX triplet: A4, 18 and 65. RGB value is (164,24,101). Sum of RGB (Red+Green+Blue) = 164+24+101=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A41865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41865 is #5BE79A. Grayscale: #4A4A4A. Windows color (decimal): -6023067 or 6625444. OLE color: 6625444.

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

Color convert

RGB 164 24 101 -
CMYK 0 0.85 0.38 0.36
HSL 327º 0.74% 0.37% -
HSV(B) 327º 0.85% 0.64% -
XYZ 17.99 9.49 13.19 -
YUV 74.64 142.88 191.74 -
System Red Green Blue C M Y K H S L
Decimal 164 24 101 0 0.85 0.38 0.36 327 0.74 0.37
Hex A4 18 65 0 55 26 24 147 4A 25
Octal 244 30 145 0 125 46 44 507 112 45
Binary 10100100 11000 1100101 0 1010101 100110 100100 101000111 1001010 100101

Color Harmonies of #A41865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41865

Black with #A41865

Text Example


Text Example

White with #A41865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41865; }

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

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

background-color css

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

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

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

border-color css

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

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

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