Html Css Color HEX #A4055D Jazzberry Jam

📋 copy color: '#A4055D'

red 164 ◦ green 5 ◦ blue 93

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

Shades of Jazzberry Jam #A4055D

Tints of Jazzberry Jam #A4055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.5%

R = 62.6%
G = 1.91%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4055D (or 0xA4055D) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 5D. RGB value is (164,5,93). Sum of RGB (Red+Green+Blue) = 164+5+93=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A4055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4055D is #5BFAA2. Grayscale: #3E3E3E. Windows color (decimal): -6027939 or 6096292. OLE color: 6096292.

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

Color convert

RGB 164 5 93 -
CMYK 0 0.97 0.43 0.36
HSL 326.79º 0.94% 0.33% -
HSV(B) 326.79º 0.97% 0.64% -
XYZ 17.34 8.79 11.14 -
YUV 62.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 164 5 93 0 0.97 0.43 0.36 326.79 0.94 0.33
Hex A4 5 5D 0 61 2B 24 147 5E 21
Octal 244 5 135 0 141 53 44 507 136 41
Binary 10100100 101 1011101 0 1100001 101011 100100 101000111 1011110 100001

Color Harmonies of #A4055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4055D

Black with #A4055D

Text Example


Text Example

White with #A4055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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