Html Css Color HEX #A40E69 Jazzberry Jam

📋 copy color: '#A40E69'

red 164 ◦ green 14 ◦ blue 105

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

Shades of Jazzberry Jam #A40E69

Tints of Jazzberry Jam #A40E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 57.95%
G = 4.95%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A40E69 (or 0xA40E69) is known color: Jazzberry Jam. HEX triplet: A4, 0E and 69. RGB value is (164,14,105). Sum of RGB (Red+Green+Blue) = 164+14+105=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40E69 is #5BF196. Grayscale: #454545. Windows color (decimal): -6025623 or 6885028. OLE color: 6885028.

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

Color convert

RGB 164 14 105 -
CMYK 0 0.91 0.36 0.36
HSL 323.6º 0.84% 0.35% -
HSV(B) 323.6º 0.91% 0.64% -
XYZ 18.02 9.23 14.2 -
YUV 69.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 164 14 105 0 0.91 0.36 0.36 323.6 0.84 0.35
Hex A4 E 69 0 5B 24 24 144 54 23
Octal 244 16 151 0 133 44 44 504 124 43
Binary 10100100 1110 1101001 0 1011011 100100 100100 101000100 1010100 100011

Color Harmonies of #A40E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40E69

Black with #A40E69

Text Example


Text Example

White with #A40E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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