Html Css Color HEX #A40E64 Jazzberry Jam

📋 copy color: '#A40E64'

red 164 ◦ green 14 ◦ blue 100

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

Shades of Jazzberry Jam #A40E64

Tints of Jazzberry Jam #A40E64

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.04%

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

R = 58.99%
G = 5.04%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A40E64 (or 0xA40E64) is known color: Jazzberry Jam. HEX triplet: A4, 0E and 64. RGB value is (164,14,100). Sum of RGB (Red+Green+Blue) = 164+14+100=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40E64 is #5BF19B. Grayscale: #444444. Windows color (decimal): -6025628 or 6557348. OLE color: 6557348.

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

Color convert

RGB 164 14 100 -
CMYK 0 0.91 0.39 0.36
HSL 325.6º 0.84% 0.35% -
HSV(B) 325.6º 0.91% 0.64% -
XYZ 17.77 9.13 12.88 -
YUV 68.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 164 14 100 0 0.91 0.39 0.36 325.6 0.84 0.35
Hex A4 E 64 0 5B 27 24 146 54 23
Octal 244 16 144 0 133 47 44 506 124 43
Binary 10100100 1110 1100100 0 1011011 100111 100100 101000110 1010100 100011

Color Harmonies of #A40E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40E64

Black with #A40E64

Text Example


Text Example

White with #A40E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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