Html Css Color HEX #A4055A Jazzberry Jam

📋 copy color: '#A4055A'

red 164 ◦ green 5 ◦ blue 90

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

Shades of Jazzberry Jam #A4055A

Tints of Jazzberry Jam #A4055A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 63.32%
G = 1.93%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4055A (or 0xA4055A) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 5A. RGB value is (164,5,90). Sum of RGB (Red+Green+Blue) = 164+5+90=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A4055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4055A is #5BFAA5. Grayscale: #3E3E3E. Windows color (decimal): -6027942 or 5899684. OLE color: 5899684.

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

Color convert

RGB 164 5 90 -
CMYK 0 0.97 0.45 0.36
HSL 327.92º 0.94% 0.33% -
HSV(B) 327.92º 0.97% 0.64% -
XYZ 17.21 8.74 10.45 -
YUV 62.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 164 5 90 0 0.97 0.45 0.36 327.92 0.94 0.33
Hex A4 5 5A 0 61 2D 24 148 5E 21
Octal 244 5 132 0 141 55 44 510 136 41
Binary 10100100 101 1011010 0 1100001 101101 100100 101001000 1011110 100001

Color Harmonies of #A4055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4055A

Black with #A4055A

Text Example


Text Example

White with #A4055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4055A; }

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

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

background-color css

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

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

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

border-color css

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

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

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