Html Css Color HEX #A40964 Jazzberry Jam

📋 copy color: '#A40964'

red 164 ◦ green 9 ◦ blue 100

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

Shades of Jazzberry Jam #A40964

Tints of Jazzberry Jam #A40964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

 BLUE value IS 100 (39.45% from 255) = 36.63%

R = 60.07%
G = 3.3%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A40964 (or 0xA40964) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 64. RGB value is (164,9,100). Sum of RGB (Red+Green+Blue) = 164+9+100=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A40964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40964 is #5BF69B. Grayscale: #414141. Windows color (decimal): -6026908 or 6556068. OLE color: 6556068.

HSL color Cylindrical-coordinate representation of color #A40964: hue angle of 324.77º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40964 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 9 100 -
CMYK 0 0.95 0.39 0.36
HSL 324.77º 0.9% 0.34% -
HSV(B) 324.77º 0.95% 0.64% -
XYZ 17.71 9.01 12.86 -
YUV 65.72 147.35 198.1 -
System Red Green Blue C M Y K H S L
Decimal 164 9 100 0 0.95 0.39 0.36 324.77 0.9 0.34
Hex A4 9 64 0 5F 27 24 145 5A 22
Octal 244 11 144 0 137 47 44 505 132 42
Binary 10100100 1001 1100100 0 1011111 100111 100100 101000101 1011010 100010

Color Harmonies of #A40964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40964

Black with #A40964

Text Example


Text Example

White with #A40964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40964; }

 p { color: rgb(164,9,100); }

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

background-color css

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

 a { background-color: rgb(164,9,100); }

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

border-color css

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

 span { border-color: rgb(164,9,100); }

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