Html Css Color HEX #A5115C Jazzberry Jam

📋 copy color: '#A5115C'

red 165 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #A5115C

Tints of Jazzberry Jam #A5115C

RGB

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

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

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

R = 60.22%
G = 6.2%
B = 33.58%

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

#A5115C (or 0xA5115C) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 5C. RGB value is (165,17,92). Sum of RGB (Red+Green+Blue) = 165+17+92=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A5115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5115C is #5AEEA3. Grayscale: #454545. Windows color (decimal): -5959332 or 6033829. OLE color: 6033829.

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

Color convert

RGB 165 17 92 -
CMYK 0 0.90 0.44 0.35
HSL 329.59º 0.81% 0.36% -
HSV(B) 329.59º 0.9% 0.65% -
XYZ 17.65 9.17 10.97 -
YUV 69.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 165 17 92 0 0.90 0.44 0.35 329.59 0.81 0.36
Hex A5 11 5C 0 5A 2C 23 14A 51 24
Octal 245 21 134 0 132 54 43 512 121 44
Binary 10100101 10001 1011100 0 1011010 101100 100011 101001010 1010001 100100

Color Harmonies of #A5115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5115C

Black with #A5115C

Text Example


Text Example

White with #A5115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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