Html Css Color HEX #A40958 Jazzberry Jam

📋 copy color: '#A40958'

red 164 ◦ green 9 ◦ blue 88

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

Shades of Jazzberry Jam #A40958

Tints of Jazzberry Jam #A40958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.72%

R = 62.84%
G = 3.45%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A40958 (or 0xA40958) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 58. RGB value is (164,9,88). Sum of RGB (Red+Green+Blue) = 164+9+88=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A40958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40958 is #5BF6A7. Grayscale: #404040. Windows color (decimal): -6026920 or 5769636. OLE color: 5769636.

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

Color convert

RGB 164 9 88 -
CMYK 0 0.95 0.46 0.36
HSL 329.42º 0.9% 0.34% -
HSV(B) 329.42º 0.95% 0.64% -
XYZ 17.17 8.79 10.02 -
YUV 64.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 164 9 88 0 0.95 0.46 0.36 329.42 0.9 0.34
Hex A4 9 58 0 5F 2E 24 149 5A 22
Octal 244 11 130 0 137 56 44 511 132 42
Binary 10100100 1001 1011000 0 1011111 101110 100100 101001001 1011010 100010

Color Harmonies of #A40958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40958

Black with #A40958

Text Example


Text Example

White with #A40958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40958; }

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

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

background-color css

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

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

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

border-color css

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

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

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