Html Css Color HEX #A5178C Dark Purple

📋 copy color: '#A5178C'

red 165 ◦ green 23 ◦ blue 140

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

Shades of Dark Purple #A5178C

Tints of Dark Purple #A5178C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 50.3%
G = 7.01%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5178C (or 0xA5178C) is known color: Dark Purple. HEX triplet: A5, 17 and 8C. RGB value is (165,23,140). Sum of RGB (Red+Green+Blue) = 165+23+140=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5178C is #5AE873. Grayscale: #4E4E4E. Windows color (decimal): -5957748 or 9181093. OLE color: 9181093.

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

Color convert

RGB 165 23 140 -
CMYK 0 0.86 0.15 0.35
HSL 310.56º 0.76% 0.37% -
HSV(B) 310.56º 0.86% 0.65% -
XYZ 20.56 10.51 25.76 -
YUV 78.8 162.54 189.49 -
System Red Green Blue C M Y K H S L
Decimal 165 23 140 0 0.86 0.15 0.35 310.56 0.76 0.37
Hex A5 17 8C 0 56 F 23 137 4C 25
Octal 245 27 214 0 126 17 43 467 114 45
Binary 10100101 10111 10001100 0 1010110 1111 100011 100110111 1001100 100101

Color Harmonies of #A5178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5178C

Black with #A5178C

Text Example


Text Example

White with #A5178C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5178C; }

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

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

background-color css

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

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

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

border-color css

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

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

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