Html Css Color HEX #A51173 Jazzberry Jam

📋 copy color: '#A51173'

red 165 ◦ green 17 ◦ blue 115

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

Shades of Jazzberry Jam #A51173

Tints of Jazzberry Jam #A51173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 55.56%
G = 5.72%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A51173 (or 0xA51173) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 73. RGB value is (165,17,115). Sum of RGB (Red+Green+Blue) = 165+17+115=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A51173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51173 is #5AEE8C. Grayscale: #484848. Windows color (decimal): -5959309 or 7541157. OLE color: 7541157.

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

Color convert

RGB 165 17 115 -
CMYK 0 0.90 0.30 0.35
HSL 320.27º 0.81% 0.36% -
HSV(B) 320.27º 0.9% 0.65% -
XYZ 18.81 9.64 17.09 -
YUV 72.42 152.03 194.03 -
System Red Green Blue C M Y K H S L
Decimal 165 17 115 0 0.90 0.30 0.35 320.27 0.81 0.36
Hex A5 11 73 0 5A 1E 23 140 51 24
Octal 245 21 163 0 132 36 43 500 121 44
Binary 10100101 10001 1110011 0 1011010 11110 100011 101000000 1010001 100100

Color Harmonies of #A51173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51173

Black with #A51173

Text Example


Text Example

White with #A51173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51173; }

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

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

background-color css

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

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

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

border-color css

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

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

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