Html Css Color HEX #A40961 Jazzberry Jam

📋 copy color: '#A40961'

red 164 ◦ green 9 ◦ blue 97

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

Shades of Jazzberry Jam #A40961

Tints of Jazzberry Jam #A40961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.93%

R = 60.74%
G = 3.33%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A40961 (or 0xA40961) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 61. RGB value is (164,9,97). Sum of RGB (Red+Green+Blue) = 164+9+97=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A40961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40961 is #5BF69E. Grayscale: #414141. Windows color (decimal): -6026911 or 6359460. OLE color: 6359460.

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

Color convert

RGB 164 9 97 -
CMYK 0 0.95 0.41 0.36
HSL 325.94º 0.9% 0.34% -
HSV(B) 325.94º 0.95% 0.64% -
XYZ 17.57 8.95 12.11 -
YUV 65.38 145.85 198.34 -
System Red Green Blue C M Y K H S L
Decimal 164 9 97 0 0.95 0.41 0.36 325.94 0.9 0.34
Hex A4 9 61 0 5F 29 24 146 5A 22
Octal 244 11 141 0 137 51 44 506 132 42
Binary 10100100 1001 1100001 0 1011111 101001 100100 101000110 1011010 100010

Color Harmonies of #A40961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40961

Black with #A40961

Text Example


Text Example

White with #A40961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40961; }

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

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

background-color css

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

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

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

border-color css

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

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

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