Html Css Color HEX #A41A6C Jazzberry Jam

📋 copy color: '#A41A6C'

red 164 ◦ green 26 ◦ blue 108

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

Shades of Jazzberry Jam #A41A6C

Tints of Jazzberry Jam #A41A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.72%

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 55.03%
G = 8.72%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A41A6C (or 0xA41A6C) is known color: Jazzberry Jam. HEX triplet: A4, 1A and 6C. RGB value is (164,26,108). Sum of RGB (Red+Green+Blue) = 164+26+108=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41A6C is #5BE593. Grayscale: #4C4C4C. Windows color (decimal): -6022548 or 7084708. OLE color: 7084708.

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

Color convert

RGB 164 26 108 -
CMYK 0 0.84 0.34 0.36
HSL 324.35º 0.73% 0.37% -
HSV(B) 324.35º 0.84% 0.64% -
XYZ 18.39 9.71 15.09 -
YUV 76.61 145.72 190.33 -
System Red Green Blue C M Y K H S L
Decimal 164 26 108 0 0.84 0.34 0.36 324.35 0.73 0.37
Hex A4 1A 6C 0 54 22 24 144 49 25
Octal 244 32 154 0 124 42 44 504 111 45
Binary 10100100 11010 1101100 0 1010100 100010 100100 101000100 1001001 100101

Color Harmonies of #A41A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A6C

Black with #A41A6C

Text Example


Text Example

White with #A41A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A6C; }

 p { color: rgb(164,26,108); }

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

background-color css

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

 a { background-color: rgb(164,26,108); }

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

border-color css

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

 span { border-color: rgb(164,26,108); }

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