Html Css Color HEX #A5176F Jazzberry Jam

📋 copy color: '#A5176F'

red 165 ◦ green 23 ◦ blue 111

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

Shades of Jazzberry Jam #A5176F

Tints of Jazzberry Jam #A5176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.69%

 BLUE value IS 111 (43.75% from 255) = 37.12%

R = 55.18%
G = 7.69%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5176F (or 0xA5176F) is known color: Jazzberry Jam. HEX triplet: A5, 17 and 6F. RGB value is (165,23,111). Sum of RGB (Red+Green+Blue) = 165+23+111=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A5176F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5176F is #5AE890. Grayscale: #4B4B4B. Windows color (decimal): -5957777 or 7280549. OLE color: 7280549.

HSL color Cylindrical-coordinate representation of color #A5176F: hue angle of 322.82º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5176F is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 23 111 -
CMYK 0 0.86 0.33 0.35
HSL 322.82º 0.76% 0.37% -
HSV(B) 322.82º 0.86% 0.65% -
XYZ 18.69 9.76 15.94 -
YUV 75.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 165 23 111 0 0.86 0.33 0.35 322.82 0.76 0.37
Hex A5 17 6F 0 56 21 23 143 4C 25
Octal 245 27 157 0 126 41 43 503 114 45
Binary 10100101 10111 1101111 0 1010110 100001 100011 101000011 1001100 100101

Color Harmonies of #A5176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5176F

Black with #A5176F

Text Example


Text Example

White with #A5176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5176F; }

 p { color: rgb(165,23,111); }

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

background-color css

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

 a { background-color: rgb(165,23,111); }

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

border-color css

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

 span { border-color: rgb(165,23,111); }

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