Html Css Color HEX #A40E6E Jazzberry Jam

📋 copy color: '#A40E6E'

red 164 ◦ green 14 ◦ blue 110

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

Shades of Jazzberry Jam #A40E6E

Tints of Jazzberry Jam #A40E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.19%

R = 56.94%
G = 4.86%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A40E6E (or 0xA40E6E) is known color: Jazzberry Jam. HEX triplet: A4, 0E and 6E. RGB value is (164,14,110). Sum of RGB (Red+Green+Blue) = 164+14+110=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40E6E is #5BF191. Grayscale: #454545. Windows color (decimal): -6025618 or 7212708. OLE color: 7212708.

HSL color Cylindrical-coordinate representation of color #A40E6E: hue angle of 321.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 #A40E6E is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 14 110 -
CMYK 0 0.91 0.33 0.36
HSL 321.6º 0.84% 0.35% -
HSV(B) 321.6º 0.91% 0.64% -
XYZ 18.28 9.33 15.59 -
YUV 69.79 150.7 195.19 -
System Red Green Blue C M Y K H S L
Decimal 164 14 110 0 0.91 0.33 0.36 321.6 0.84 0.35
Hex A4 E 6E 0 5B 21 24 142 54 23
Octal 244 16 156 0 133 41 44 502 124 43
Binary 10100100 1110 1101110 0 1011011 100001 100100 101000010 1010100 100011

Color Harmonies of #A40E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40E6E

Black with #A40E6E

Text Example


Text Example

White with #A40E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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