Html Css Color HEX #A4054A Jazzberry Jam

📋 copy color: '#A4054A'

red 164 ◦ green 5 ◦ blue 74

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

Shades of Jazzberry Jam #A4054A

Tints of Jazzberry Jam #A4054A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.45%

R = 67.49%
G = 2.06%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4054A (or 0xA4054A) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 4A. RGB value is (164,5,74). Sum of RGB (Red+Green+Blue) = 164+5+74=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A4054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4054A is #5BFAB5. Grayscale: #3C3C3C. Windows color (decimal): -6027958 or 4851108. OLE color: 4851108.

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

Color convert

RGB 164 5 74 -
CMYK 0 0.97 0.55 0.36
HSL 333.96º 0.94% 0.33% -
HSV(B) 333.96º 0.97% 0.64% -
XYZ 16.6 8.5 7.24 -
YUV 60.41 135.68 201.89 -
System Red Green Blue C M Y K H S L
Decimal 164 5 74 0 0.97 0.55 0.36 333.96 0.94 0.33
Hex A4 5 4A 0 61 37 24 14E 5E 21
Octal 244 5 112 0 141 67 44 516 136 41
Binary 10100100 101 1001010 0 1100001 110111 100100 101001110 1011110 100001

Color Harmonies of #A4054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4054A

Black with #A4054A

Text Example


Text Example

White with #A4054A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4054A; }

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

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

background-color css

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

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

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

border-color css

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

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

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