Html Css Color HEX #A40054 Jazzberry Jam

📋 copy color: '#A40054'

red 164 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #A40054

Tints of Jazzberry Jam #A40054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.87%

R = 66.13%
G = 0%
B = 33.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A40054 (or 0xA40054) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 54. RGB value is (164,0,84). Sum of RGB (Red+Green+Blue) = 164+0+84=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A40054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40054 is #5BFFAB. Grayscale: #3A3A3A. Windows color (decimal): -6029228 or 5505188. OLE color: 5505188.

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

Color convert

RGB 164 0 84 -
CMYK 0 1 0.49 0.36
HSL 329.27º 1% 0.32% -
HSV(B) 329.27º 1% 0.64% -
XYZ 16.91 8.53 9.14 -
YUV 58.61 142.33 203.17 -
System Red Green Blue C M Y K H S L
Decimal 164 0 84 0 1 0.49 0.36 329.27 1 0.32
Hex A4 0 54 0 64 31 24 149 64 20
Octal 244 0 124 0 144 61 44 511 144 40
Binary 10100100 0 1010100 0 1100100 110001 100100 101001001 1100100 100000

Color Harmonies of #A40054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40054

Black with #A40054

Text Example


Text Example

White with #A40054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40054; }

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

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

background-color css

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

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

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

border-color css

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

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

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