Html Css Color HEX #A5155B Jazzberry Jam

📋 copy color: '#A5155B'

red 165 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #A5155B

Tints of Jazzberry Jam #A5155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.58%

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

R = 59.57%
G = 7.58%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5155B (or 0xA5155B) is known color: Jazzberry Jam. HEX triplet: A5, 15 and 5B. RGB value is (165,21,91). Sum of RGB (Red+Green+Blue) = 165+21+91=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A5155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5155B is #5AEAA4. Grayscale: #474747. Windows color (decimal): -5958309 or 5969317. OLE color: 5969317.

HSL color Cylindrical-coordinate representation of color #A5155B: hue angle of 330.83º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5155B is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 21 91 -
CMYK 0 0.87 0.45 0.35
HSL 330.83º 0.77% 0.36% -
HSV(B) 330.83º 0.87% 0.65% -
XYZ 17.67 9.29 10.76 -
YUV 72.04 138.71 194.31 -
System Red Green Blue C M Y K H S L
Decimal 165 21 91 0 0.87 0.45 0.35 330.83 0.77 0.36
Hex A5 15 5B 0 57 2D 23 14B 4D 24
Octal 245 25 133 0 127 55 43 513 115 44
Binary 10100101 10101 1011011 0 1010111 101101 100011 101001011 1001101 100100

Color Harmonies of #A5155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5155B

Black with #A5155B

Text Example


Text Example

White with #A5155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5155B; }

 p { color: rgb(165,21,91); }

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

background-color css

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

 a { background-color: rgb(165,21,91); }

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

border-color css

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

 span { border-color: rgb(165,21,91); }

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