Html Css Color HEX #A40555 Jazzberry Jam

📋 copy color: '#A40555'

red 164 ◦ green 5 ◦ blue 85

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

Shades of Jazzberry Jam #A40555

Tints of Jazzberry Jam #A40555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 64.57%
G = 1.97%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A40555 (or 0xA40555) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 55. RGB value is (164,5,85). Sum of RGB (Red+Green+Blue) = 164+5+85=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A40555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40555 is #5BFAAA. Grayscale: #3D3D3D. Windows color (decimal): -6027947 or 5572004. OLE color: 5572004.

HSL color Cylindrical-coordinate representation of color #A40555: hue angle of 329.81º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A40555 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 5 85 -
CMYK 0 0.97 0.48 0.36
HSL 329.81º 0.94% 0.33% -
HSV(B) 329.81º 0.97% 0.64% -
XYZ 17 8.66 9.37 -
YUV 61.66 141.18 201 -
System Red Green Blue C M Y K H S L
Decimal 164 5 85 0 0.97 0.48 0.36 329.81 0.94 0.33
Hex A4 5 55 0 61 30 24 14A 5E 21
Octal 244 5 125 0 141 60 44 512 136 41
Binary 10100100 101 1010101 0 1100001 110000 100100 101001010 1011110 100001

Color Harmonies of #A40555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40555

Black with #A40555

Text Example


Text Example

White with #A40555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40555; }

 p { color: rgb(164,5,85); }

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

background-color css

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

 a { background-color: rgb(164,5,85); }

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

border-color css

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

 span { border-color: rgb(164,5,85); }

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