Html Css Color HEX #A4124E Jazzberry Jam

📋 copy color: '#A4124E'

red 164 ◦ green 18 ◦ blue 78

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

Shades of Jazzberry Jam #A4124E

Tints of Jazzberry Jam #A4124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

 BLUE value IS 78 (30.86% from 255) = 30%

R = 63.08%
G = 6.92%
B = 30%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4124E (or 0xA4124E) is known color: Jazzberry Jam. HEX triplet: A4, 12 and 4E. RGB value is (164,18,78). Sum of RGB (Red+Green+Blue) = 164+18+78=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4124E is #5BEDB1. Grayscale: #444444. Windows color (decimal): -6024626 or 5116580. OLE color: 5116580.

HSL color Cylindrical-coordinate representation of color #A4124E: hue angle of 335.34º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4124E is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 18 78 -
CMYK 0 0.89 0.52 0.36
HSL 335.34º 0.8% 0.36% -
HSV(B) 335.34º 0.89% 0.64% -
XYZ 16.9 8.88 8.03 -
YUV 68.49 133.37 196.12 -
System Red Green Blue C M Y K H S L
Decimal 164 18 78 0 0.89 0.52 0.36 335.34 0.8 0.36
Hex A4 12 4E 0 59 34 24 14F 50 24
Octal 244 22 116 0 131 64 44 517 120 44
Binary 10100100 10010 1001110 0 1011001 110100 100100 101001111 1010000 100100

Color Harmonies of #A4124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4124E

Black with #A4124E

Text Example


Text Example

White with #A4124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4124E; }

 p { color: rgb(164,18,78); }

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

background-color css

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

 a { background-color: rgb(164,18,78); }

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

border-color css

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

 span { border-color: rgb(164,18,78); }

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