Html Css Color HEX #A40154 Jazzberry Jam

📋 copy color: '#A40154'

red 164 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #A40154

Tints of Jazzberry Jam #A40154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 65.86%
G = 0.4%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A40154 (or 0xA40154) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 54. RGB value is (164,1,84). Sum of RGB (Red+Green+Blue) = 164+1+84=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A40154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40154 is #5BFEAB. Grayscale: #3B3B3B. Windows color (decimal): -6028972 or 5505444. OLE color: 5505444.

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

Color convert

RGB 164 1 84 -
CMYK 0 0.99 0.49 0.36
HSL 329.45º 0.99% 0.32% -
HSV(B) 329.45º 0.99% 0.64% -
XYZ 16.92 8.55 9.15 -
YUV 59.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 164 1 84 0 0.99 0.49 0.36 329.45 0.99 0.32
Hex A4 1 54 0 63 31 24 149 63 20
Octal 244 1 124 0 143 61 44 511 143 40
Binary 10100100 1 1010100 0 1100011 110001 100100 101001001 1100011 100000

Color Harmonies of #A40154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40154

Black with #A40154

Text Example


Text Example

White with #A40154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40154; }

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

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

background-color css

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

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

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

border-color css

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

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

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