Html Css Color HEX #A41A6F Jazzberry Jam

📋 copy color: '#A41A6F'

red 164 ◦ green 26 ◦ blue 111

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

Shades of Jazzberry Jam #A41A6F

Tints of Jazzberry Jam #A41A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 54.49%
G = 8.64%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A41A6F (or 0xA41A6F) is known color: Jazzberry Jam. HEX triplet: A4, 1A and 6F. RGB value is (164,26,111). Sum of RGB (Red+Green+Blue) = 164+26+111=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41A6F is #5BE590. Grayscale: #4C4C4C. Windows color (decimal): -6022545 or 7281316. OLE color: 7281316.

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

Color convert

RGB 164 26 111 -
CMYK 0 0.84 0.32 0.36
HSL 323.04º 0.73% 0.37% -
HSV(B) 323.04º 0.84% 0.64% -
XYZ 18.55 9.78 15.95 -
YUV 76.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 164 26 111 0 0.84 0.32 0.36 323.04 0.73 0.37
Hex A4 1A 6F 0 54 20 24 143 49 25
Octal 244 32 157 0 124 40 44 503 111 45
Binary 10100100 11010 1101111 0 1010100 100000 100100 101000011 1001001 100101

Color Harmonies of #A41A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A6F

Black with #A41A6F

Text Example


Text Example

White with #A41A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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