Html Css Color HEX #A5166C Jazzberry Jam

📋 copy color: '#A5166C'

red 165 ◦ green 22 ◦ blue 108

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

Shades of Jazzberry Jam #A5166C

Tints of Jazzberry Jam #A5166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 55.93%
G = 7.46%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5166C (or 0xA5166C) is known color: Jazzberry Jam. HEX triplet: A5, 16 and 6C. RGB value is (165,22,108). Sum of RGB (Red+Green+Blue) = 165+22+108=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5166C is #5AE993. Grayscale: #4A4A4A. Windows color (decimal): -5958036 or 7083685. OLE color: 7083685.

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

Color convert

RGB 165 22 108 -
CMYK 0 0.87 0.35 0.35
HSL 323.92º 0.76% 0.37% -
HSV(B) 323.92º 0.87% 0.65% -
XYZ 18.51 9.66 15.08 -
YUV 74.56 146.88 192.51 -
System Red Green Blue C M Y K H S L
Decimal 165 22 108 0 0.87 0.35 0.35 323.92 0.76 0.37
Hex A5 16 6C 0 57 23 23 144 4C 25
Octal 245 26 154 0 127 43 43 504 114 45
Binary 10100101 10110 1101100 0 1010111 100011 100011 101000100 1001100 100101

Color Harmonies of #A5166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5166C

Black with #A5166C

Text Example


Text Example

White with #A5166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5166C; }

 p { color: rgb(165,22,108); }

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

background-color css

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

 a { background-color: rgb(165,22,108); }

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

border-color css

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

 span { border-color: rgb(165,22,108); }

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