Html Css Color HEX #A3124F Jazzberry Jam

📋 copy color: '#A3124F'

red 163 ◦ green 18 ◦ blue 79

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

Shades of Jazzberry Jam #A3124F

Tints of Jazzberry Jam #A3124F

RGB

 RED value IS 163 (64.06% from 255) = 62.69%

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

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

R = 62.69%
G = 6.92%
B = 30.38%

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

#A3124F (or 0xA3124F) is known color: Jazzberry Jam. HEX triplet: A3, 12 and 4F. RGB value is (163,18,79). Sum of RGB (Red+Green+Blue) = 163+18+79=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A3124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3124F is #5CEDB0. Grayscale: #444444. Windows color (decimal): -6090161 or 5182115. OLE color: 5182115.

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

Color convert

RGB 163 18 79 -
CMYK 0 0.89 0.52 0.36
HSL 334.76º 0.8% 0.35% -
HSV(B) 334.76º 0.89% 0.64% -
XYZ 16.73 8.78 8.21 -
YUV 68.31 134.04 195.54 -
System Red Green Blue C M Y K H S L
Decimal 163 18 79 0 0.89 0.52 0.36 334.76 0.8 0.35
Hex A3 12 4F 0 59 34 24 14F 50 23
Octal 243 22 117 0 131 64 44 517 120 43
Binary 10100011 10010 1001111 0 1011001 110100 100100 101001111 1010000 100011

Color Harmonies of #A3124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3124F

Black with #A3124F

Text Example


Text Example

White with #A3124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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