Html Css Color HEX #A8124C Jazzberry Jam

📋 copy color: '#A8124C'

red 168 ◦ green 18 ◦ blue 76

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

Shades of Jazzberry Jam #A8124C

Tints of Jazzberry Jam #A8124C

RGB

 RED value IS 168 (66.02% from 255) = 64.12%

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

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

R = 64.12%
G = 6.87%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8124C (or 0xA8124C) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 4C. RGB value is (168,18,76). Sum of RGB (Red+Green+Blue) = 168+18+76=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8124C is #57EDB3. Grayscale: #454545. Windows color (decimal): -5762484 or 4985512. OLE color: 4985512.

HSL color Cylindrical-coordinate representation of color #A8124C: hue angle of 336.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8124C is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 76 -
CMYK 0 0.89 0.55 0.34
HSL 336.8º 0.81% 0.36% -
HSV(B) 336.8º 0.89% 0.66% -
XYZ 17.67 9.28 7.7 -
YUV 69.46 131.7 198.28 -
System Red Green Blue C M Y K H S L
Decimal 168 18 76 0 0.89 0.55 0.34 336.8 0.81 0.36
Hex A8 12 4C 0 59 37 22 151 51 24
Octal 250 22 114 0 131 67 42 521 121 44
Binary 10101000 10010 1001100 0 1011001 110111 100010 101010001 1010001 100100

Color Harmonies of #A8124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8124C

Black with #A8124C

Text Example


Text Example

White with #A8124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8124C; }

 p { color: rgb(168,18,76); }

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

background-color css

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

 a { background-color: rgb(168,18,76); }

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

border-color css

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

 span { border-color: rgb(168,18,76); }

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