Html Css Color HEX #A5155F Jazzberry Jam

📋 copy color: '#A5155F'

red 165 ◦ green 21 ◦ blue 95

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

Shades of Jazzberry Jam #A5155F

Tints of Jazzberry Jam #A5155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.81%

R = 58.72%
G = 7.47%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A5155F (or 0xA5155F) is known color: Jazzberry Jam. HEX triplet: A5, 15 and 5F. RGB value is (165,21,95). Sum of RGB (Red+Green+Blue) = 165+21+95=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A5155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5155F is #5AEAA0. Grayscale: #484848. Windows color (decimal): -5958305 or 6231461. OLE color: 6231461.

HSL color Cylindrical-coordinate representation of color #A5155F: hue angle of 329.17º 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 #A5155F is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 21 95 -
CMYK 0 0.87 0.42 0.35
HSL 329.17º 0.77% 0.36% -
HSV(B) 329.17º 0.87% 0.65% -
XYZ 17.85 9.36 11.69 -
YUV 72.49 140.71 193.98 -
System Red Green Blue C M Y K H S L
Decimal 165 21 95 0 0.87 0.42 0.35 329.17 0.77 0.36
Hex A5 15 5F 0 57 2A 23 149 4D 24
Octal 245 25 137 0 127 52 43 511 115 44
Binary 10100101 10101 1011111 0 1010111 101010 100011 101001001 1001101 100100

Color Harmonies of #A5155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5155F

Black with #A5155F

Text Example


Text Example

White with #A5155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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