Html Css Color HEX #A40552 Jazzberry Jam

📋 copy color: '#A40552'

red 164 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #A40552

Tints of Jazzberry Jam #A40552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.67%

R = 65.34%
G = 1.99%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A40552 (or 0xA40552) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 52. RGB value is (164,5,82). Sum of RGB (Red+Green+Blue) = 164+5+82=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A40552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40552 is #5BFAAD. Grayscale: #3D3D3D. Windows color (decimal): -6027950 or 5375396. OLE color: 5375396.

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

Color convert

RGB 164 5 82 -
CMYK 0 0.97 0.5 0.36
HSL 330.94º 0.94% 0.33% -
HSV(B) 330.94º 0.97% 0.64% -
XYZ 16.89 8.61 8.75 -
YUV 61.32 139.68 201.24 -
System Red Green Blue C M Y K H S L
Decimal 164 5 82 0 0.97 0.5 0.36 330.94 0.94 0.33
Hex A4 5 52 0 61 32 24 14B 5E 21
Octal 244 5 122 0 141 62 44 513 136 41
Binary 10100100 101 1010010 0 1100001 110010 100100 101001011 1011110 100001

Color Harmonies of #A40552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40552

Black with #A40552

Text Example


Text Example

White with #A40552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40552; }

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

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

background-color css

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

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

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

border-color css

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

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

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