Html Css Color HEX #A4054C Jazzberry Jam

📋 copy color: '#A4054C'

red 164 ◦ green 5 ◦ blue 76

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

Shades of Jazzberry Jam #A4054C

Tints of Jazzberry Jam #A4054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 66.94%
G = 2.04%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4054C (or 0xA4054C) is known color: Jazzberry Jam. HEX triplet: A4, 05 and 4C. RGB value is (164,5,76). Sum of RGB (Red+Green+Blue) = 164+5+76=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A4054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4054C is #5BFAB3. Grayscale: #3C3C3C. Windows color (decimal): -6027956 or 4982180. OLE color: 4982180.

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

Color convert

RGB 164 5 76 -
CMYK 0 0.97 0.54 0.36
HSL 333.21º 0.94% 0.33% -
HSV(B) 333.21º 0.97% 0.64% -
XYZ 16.67 8.52 7.6 -
YUV 60.64 136.68 201.73 -
System Red Green Blue C M Y K H S L
Decimal 164 5 76 0 0.97 0.54 0.36 333.21 0.94 0.33
Hex A4 5 4C 0 61 36 24 14D 5E 21
Octal 244 5 114 0 141 66 44 515 136 41
Binary 10100100 101 1001100 0 1100001 110110 100100 101001101 1011110 100001

Color Harmonies of #A4054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4054C

Black with #A4054C

Text Example


Text Example

White with #A4054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4054C; }

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

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

background-color css

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

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

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

border-color css

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

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

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