Html Css Color HEX #A40562 Jazzberry Jam

📋 copy color: '#A40562'

red 164 ◦ green 5 ◦ blue 98

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

Shades of Jazzberry Jam #A40562

Tints of Jazzberry Jam #A40562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.7%

R = 61.42%
G = 1.87%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A40562 (or 0xA40562) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 62. RGB value is (164,5,98). Sum of RGB (Red+Green+Blue) = 164+5+98=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A40562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40562 is #5BFA9D. Grayscale: #3E3E3E. Windows color (decimal): -6027934 or 6423972. OLE color: 6423972.

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

Color convert

RGB 164 5 98 -
CMYK 0 0.97 0.40 0.36
HSL 324.91º 0.94% 0.33% -
HSV(B) 324.91º 0.97% 0.64% -
XYZ 17.57 8.88 12.34 -
YUV 63.14 147.68 199.94 -
System Red Green Blue C M Y K H S L
Decimal 164 5 98 0 0.97 0.40 0.36 324.91 0.94 0.33
Hex A4 5 62 0 61 28 24 145 5E 21
Octal 244 5 142 0 141 50 44 505 136 41
Binary 10100100 101 1100010 0 1100001 101000 100100 101000101 1011110 100001

Color Harmonies of #A40562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40562

Black with #A40562

Text Example


Text Example

White with #A40562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40562; }

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

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

background-color css

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

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

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

border-color css

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

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

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