Html Css Color HEX #A40C63 Jazzberry Jam

📋 copy color: '#A40C63'

red 164 ◦ green 12 ◦ blue 99

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

Shades of Jazzberry Jam #A40C63

Tints of Jazzberry Jam #A40C63

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.36%

 BLUE value IS 99 (39.06% from 255) = 36%

R = 59.64%
G = 4.36%
B = 36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A40C63 (or 0xA40C63) is known color: Jazzberry Jam. HEX triplet: A4, 0C and 63. RGB value is (164,12,99). Sum of RGB (Red+Green+Blue) = 164+12+99=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C63 is #5BF39C. Grayscale: #434343. Windows color (decimal): -6026141 or 6491300. OLE color: 6491300.

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

Color convert

RGB 164 12 99 -
CMYK 0 0.93 0.40 0.36
HSL 325.66º 0.86% 0.35% -
HSV(B) 325.66º 0.93% 0.64% -
XYZ 17.69 9.06 12.62 -
YUV 67.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 164 12 99 0 0.93 0.40 0.36 325.66 0.86 0.35
Hex A4 C 63 0 5D 28 24 146 56 23
Octal 244 14 143 0 135 50 44 506 126 43
Binary 10100100 1100 1100011 0 1011101 101000 100100 101000110 1010110 100011

Color Harmonies of #A40C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C63

Black with #A40C63

Text Example


Text Example

White with #A40C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C63; }

 p { color: rgb(164,12,99); }

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

background-color css

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

 a { background-color: rgb(164,12,99); }

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

border-color css

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

 span { border-color: rgb(164,12,99); }

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