Html Css Color HEX #A3115D Jazzberry Jam

📋 copy color: '#A3115D'

red 163 ◦ green 17 ◦ blue 93

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

Shades of Jazzberry Jam #A3115D

Tints of Jazzberry Jam #A3115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.23%

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 59.71%
G = 6.23%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3115D (or 0xA3115D) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 5D. RGB value is (163,17,93). Sum of RGB (Red+Green+Blue) = 163+17+93=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3115D is #5CEEA2. Grayscale: #454545. Windows color (decimal): -6090403 or 6099363. OLE color: 6099363.

HSL color Cylindrical-coordinate representation of color #A3115D: hue angle of 328.77º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3115D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 93 -
CMYK 0 0.90 0.43 0.36
HSL 328.77º 0.81% 0.35% -
HSV(B) 328.77º 0.9% 0.64% -
XYZ 17.28 8.98 11.18 -
YUV 69.32 141.37 194.82 -
System Red Green Blue C M Y K H S L
Decimal 163 17 93 0 0.90 0.43 0.36 328.77 0.81 0.35
Hex A3 11 5D 0 5A 2B 24 149 51 23
Octal 243 21 135 0 132 53 44 511 121 43
Binary 10100011 10001 1011101 0 1011010 101011 100100 101001001 1010001 100011

Color Harmonies of #A3115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3115D

Black with #A3115D

Text Example


Text Example

White with #A3115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3115D; }

 p { color: rgb(163,17,93); }

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

background-color css

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

 a { background-color: rgb(163,17,93); }

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

border-color css

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

 span { border-color: rgb(163,17,93); }

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