Html Css Color HEX #A40557 Jazzberry Jam

📋 copy color: '#A40557'

red 164 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #A40557

Tints of Jazzberry Jam #A40557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 87 (34.38% from 255) = 33.98%

R = 64.06%
G = 1.95%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A40557 (or 0xA40557) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 57. RGB value is (164,5,87). Sum of RGB (Red+Green+Blue) = 164+5+87=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A40557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40557 is #5BFAA8. Grayscale: #3D3D3D. Windows color (decimal): -6027945 or 5703076. OLE color: 5703076.

HSL color Cylindrical-coordinate representation of color #A40557: hue angle of 329.06º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A40557 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 5 87 -
CMYK 0 0.97 0.47 0.36
HSL 329.06º 0.94% 0.33% -
HSV(B) 329.06º 0.97% 0.64% -
XYZ 17.08 8.69 9.79 -
YUV 61.89 142.18 200.83 -
System Red Green Blue C M Y K H S L
Decimal 164 5 87 0 0.97 0.47 0.36 329.06 0.94 0.33
Hex A4 5 57 0 61 2F 24 149 5E 21
Octal 244 5 127 0 141 57 44 511 136 41
Binary 10100100 101 1010111 0 1100001 101111 100100 101001001 1011110 100001

Color Harmonies of #A40557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40557

Black with #A40557

Text Example


Text Example

White with #A40557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40557; }

 p { color: rgb(164,5,87); }

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

background-color css

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

 a { background-color: rgb(164,5,87); }

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

border-color css

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

 span { border-color: rgb(164,5,87); }

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