Html Css Color HEX #A40160 Jazzberry Jam

📋 copy color: '#A40160'

red 164 ◦ green 1 ◦ blue 96

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

Shades of Jazzberry Jam #A40160

Tints of Jazzberry Jam #A40160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 62.84%
G = 0.38%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A40160 (or 0xA40160) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 60. RGB value is (164,1,96). Sum of RGB (Red+Green+Blue) = 164+1+96=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A40160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40160 is #5BFE9F. Grayscale: #3C3C3C. Windows color (decimal): -6028960 or 6291876. OLE color: 6291876.

HSL color Cylindrical-coordinate representation of color #A40160: hue angle of 325.03º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40160 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 1 96 -
CMYK 0 0.99 0.41 0.36
HSL 325.03º 0.99% 0.32% -
HSV(B) 325.03º 0.99% 0.64% -
XYZ 17.43 8.76 11.84 -
YUV 60.57 148 201.78 -
System Red Green Blue C M Y K H S L
Decimal 164 1 96 0 0.99 0.41 0.36 325.03 0.99 0.32
Hex A4 1 60 0 63 29 24 145 63 20
Octal 244 1 140 0 143 51 44 505 143 40
Binary 10100100 1 1100000 0 1100011 101001 100100 101000101 1100011 100000

Color Harmonies of #A40160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40160

Black with #A40160

Text Example


Text Example

White with #A40160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40160; }

 p { color: rgb(164,1,96); }

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

background-color css

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

 a { background-color: rgb(164,1,96); }

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

border-color css

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

 span { border-color: rgb(164,1,96); }

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