Html Css Color HEX #A8124F Jazzberry Jam

📋 copy color: '#A8124F'

red 168 ◦ green 18 ◦ blue 79

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

Shades of Jazzberry Jam #A8124F

Tints of Jazzberry Jam #A8124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.81%

R = 63.4%
G = 6.79%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A8124F (or 0xA8124F) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 4F. RGB value is (168,18,79). Sum of RGB (Red+Green+Blue) = 168+18+79=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8124F is #57EDB0. Grayscale: #454545. Windows color (decimal): -5762481 or 5182120. OLE color: 5182120.

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

Color convert

RGB 168 18 79 -
CMYK 0 0.89 0.53 0.34
HSL 335.6º 0.81% 0.36% -
HSV(B) 335.6º 0.89% 0.66% -
XYZ 17.78 9.32 8.26 -
YUV 69.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 168 18 79 0 0.89 0.53 0.34 335.6 0.81 0.36
Hex A8 12 4F 0 59 35 22 150 51 24
Octal 250 22 117 0 131 65 42 520 121 44
Binary 10101000 10010 1001111 0 1011001 110101 100010 101010000 1010001 100100

Color Harmonies of #A8124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8124F

Black with #A8124F

Text Example


Text Example

White with #A8124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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