Html Css Color HEX #A5155C Jazzberry Jam

📋 copy color: '#A5155C'

red 165 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #A5155C

Tints of Jazzberry Jam #A5155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 59.35%
G = 7.55%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5155C (or 0xA5155C) is known color: Jazzberry Jam. HEX triplet: A5, 15 and 5C. RGB value is (165,21,92). Sum of RGB (Red+Green+Blue) = 165+21+92=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A5155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5155C is #5AEAA3. Grayscale: #484848. Windows color (decimal): -5958308 or 6034853. OLE color: 6034853.

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

Color convert

RGB 165 21 92 -
CMYK 0 0.87 0.44 0.35
HSL 330.42º 0.77% 0.36% -
HSV(B) 330.42º 0.87% 0.65% -
XYZ 17.72 9.31 10.99 -
YUV 72.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 165 21 92 0 0.87 0.44 0.35 330.42 0.77 0.36
Hex A5 15 5C 0 57 2C 23 14A 4D 24
Octal 245 25 134 0 127 54 43 512 115 44
Binary 10100101 10101 1011100 0 1010111 101100 100011 101001010 1001101 100100

Color Harmonies of #A5155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5155C

Black with #A5155C

Text Example


Text Example

White with #A5155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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