Html Css Color HEX #A40059 Jazzberry Jam

📋 copy color: '#A40059'

red 164 ◦ green 0 ◦ blue 89

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

Shades of Jazzberry Jam #A40059

Tints of Jazzberry Jam #A40059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 35.18%

R = 64.82%
G = 0%
B = 35.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A40059 (or 0xA40059) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 59. RGB value is (164,0,89). Sum of RGB (Red+Green+Blue) = 164+0+89=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A40059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40059 is #5BFFA6. Grayscale: #3A3A3A. Windows color (decimal): -6029223 or 5832868. OLE color: 5832868.

HSL color Cylindrical-coordinate representation of color #A40059: hue angle of 327.44º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40059 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 0 89 -
CMYK 0 1 0.46 0.36
HSL 327.44º 1% 0.32% -
HSV(B) 327.44º 1% 0.64% -
XYZ 17.11 8.61 10.21 -
YUV 59.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 164 0 89 0 1 0.46 0.36 327.44 1 0.32
Hex A4 0 59 0 64 2E 24 147 64 20
Octal 244 0 131 0 144 56 44 507 144 40
Binary 10100100 0 1011001 0 1100100 101110 100100 101000111 1100100 100000

Color Harmonies of #A40059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40059

Black with #A40059

Text Example


Text Example

White with #A40059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40059; }

 p { color: rgb(164,0,89); }

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

background-color css

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

 a { background-color: rgb(164,0,89); }

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

border-color css

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

 span { border-color: rgb(164,0,89); }

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