Html Css Color HEX #A4054D Jazzberry Jam

📋 copy color: '#A4054D'

red 164 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #A4054D

Tints of Jazzberry Jam #A4054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.3%

R = 66.67%
G = 2.03%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A4054D (or 0xA4054D) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 4D. RGB value is (164,5,77). Sum of RGB (Red+Green+Blue) = 164+5+77=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A4054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4054D is #5BFAB2. Grayscale: #3C3C3C. Windows color (decimal): -6027955 or 5047716. OLE color: 5047716.

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

Color convert

RGB 164 5 77 -
CMYK 0 0.97 0.53 0.36
HSL 332.83º 0.94% 0.33% -
HSV(B) 332.83º 0.97% 0.64% -
XYZ 16.7 8.54 7.79 -
YUV 60.75 137.18 201.65 -
System Red Green Blue C M Y K H S L
Decimal 164 5 77 0 0.97 0.53 0.36 332.83 0.94 0.33
Hex A4 5 4D 0 61 35 24 14D 5E 21
Octal 244 5 115 0 141 65 44 515 136 41
Binary 10100100 101 1001101 0 1100001 110101 100100 101001101 1011110 100001

Color Harmonies of #A4054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4054D

Black with #A4054D

Text Example


Text Example

White with #A4054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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