Html Css Color HEX #A41A6B Jazzberry Jam

📋 copy color: '#A41A6B'

red 164 ◦ green 26 ◦ blue 107

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

Shades of Jazzberry Jam #A41A6B

Tints of Jazzberry Jam #A41A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 55.22%
G = 8.75%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A41A6B (or 0xA41A6B) is known color: Jazzberry Jam. HEX triplet: A4, 1A and 6B. RGB value is (164,26,107). Sum of RGB (Red+Green+Blue) = 164+26+107=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41A6B is #5BE594. Grayscale: #4C4C4C. Windows color (decimal): -6022549 or 7019172. OLE color: 7019172.

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

Color convert

RGB 164 26 107 -
CMYK 0 0.84 0.35 0.36
HSL 324.78º 0.73% 0.37% -
HSV(B) 324.78º 0.84% 0.64% -
XYZ 18.33 9.69 14.81 -
YUV 76.5 145.22 190.41 -
System Red Green Blue C M Y K H S L
Decimal 164 26 107 0 0.84 0.35 0.36 324.78 0.73 0.37
Hex A4 1A 6B 0 54 23 24 145 49 25
Octal 244 32 153 0 124 43 44 505 111 45
Binary 10100100 11010 1101011 0 1010100 100011 100100 101000101 1001001 100101

Color Harmonies of #A41A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A6B

Black with #A41A6B

Text Example


Text Example

White with #A41A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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