Html Css Color HEX #A3115B Jazzberry Jam

📋 copy color: '#A3115B'

red 163 ◦ green 17 ◦ blue 91

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

Shades of Jazzberry Jam #A3115B

Tints of Jazzberry Jam #A3115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.58%

R = 60.15%
G = 6.27%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3115B (or 0xA3115B) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 5B. RGB value is (163,17,91). Sum of RGB (Red+Green+Blue) = 163+17+91=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A3115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3115B is #5CEEA4. Grayscale: #444444. Windows color (decimal): -6090405 or 5968291. OLE color: 5968291.

HSL color Cylindrical-coordinate representation of color #A3115B: hue angle of 329.59º 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 #A3115B is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 91 -
CMYK 0 0.90 0.44 0.36
HSL 329.59º 0.81% 0.35% -
HSV(B) 329.59º 0.9% 0.64% -
XYZ 17.19 8.94 10.72 -
YUV 69.09 140.37 194.98 -
System Red Green Blue C M Y K H S L
Decimal 163 17 91 0 0.90 0.44 0.36 329.59 0.81 0.35
Hex A3 11 5B 0 5A 2C 24 14A 51 23
Octal 243 21 133 0 132 54 44 512 121 43
Binary 10100011 10001 1011011 0 1011010 101100 100100 101001010 1010001 100011

Color Harmonies of #A3115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3115B

Black with #A3115B

Text Example


Text Example

White with #A3115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3115B; }

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

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

background-color css

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

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

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

border-color css

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

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

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