Html Css Color HEX #A5115D Jazzberry Jam

📋 copy color: '#A5115D'

red 165 ◦ green 17 ◦ blue 93

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

Shades of Jazzberry Jam #A5115D

Tints of Jazzberry Jam #A5115D

RGB

 RED value IS 165 (64.84% from 255) = 60%

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

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

R = 60%
G = 6.18%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5115D (or 0xA5115D) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 5D. RGB value is (165,17,93). Sum of RGB (Red+Green+Blue) = 165+17+93=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5115D is #5AEEA2. Grayscale: #454545. Windows color (decimal): -5959331 or 6099365. OLE color: 6099365.

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

Color convert

RGB 165 17 93 -
CMYK 0 0.90 0.44 0.35
HSL 329.19º 0.81% 0.36% -
HSV(B) 329.19º 0.9% 0.65% -
XYZ 17.69 9.19 11.2 -
YUV 69.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 165 17 93 0 0.90 0.44 0.35 329.19 0.81 0.36
Hex A5 11 5D 0 5A 2C 23 149 51 24
Octal 245 21 135 0 132 54 43 511 121 44
Binary 10100101 10001 1011101 0 1011010 101100 100011 101001001 1010001 100100

Color Harmonies of #A5115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5115D

Black with #A5115D

Text Example


Text Example

White with #A5115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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