Html Css Color HEX #A4177F Dark Purple

📋 copy color: '#A4177F'

red 164 ◦ green 23 ◦ blue 127

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

Shades of Dark Purple #A4177F

Tints of Dark Purple #A4177F

RGB

 RED value IS 164 (64.45% from 255) = 52.23%

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

 BLUE value IS 127 (50% from 255) = 40.45%

R = 52.23%
G = 7.32%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4177F (or 0xA4177F) is known color: Dark Purple. HEX triplet: A4, 17 and 7F. RGB value is (164,23,127). Sum of RGB (Red+Green+Blue) = 164+23+127=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A4177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4177F is #5BE880. Grayscale: #4C4C4C. Windows color (decimal): -6023297 or 8329124. OLE color: 8329124.

HSL color Cylindrical-coordinate representation of color #A4177F: hue angle of 315.74º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4177F is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 23 127 -
CMYK 0 0.86 0.23 0.36
HSL 315.74º 0.75% 0.37% -
HSV(B) 315.74º 0.86% 0.64% -
XYZ 19.45 10.04 20.99 -
YUV 77.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 164 23 127 0 0.86 0.23 0.36 315.74 0.75 0.37
Hex A4 17 7F 0 56 17 24 13C 4B 25
Octal 244 27 177 0 126 27 44 474 113 45
Binary 10100100 10111 1111111 0 1010110 10111 100100 100111100 1001011 100101

Color Harmonies of #A4177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4177F

Black with #A4177F

Text Example


Text Example

White with #A4177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4177F; }

 p { color: rgb(164,23,127); }

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

background-color css

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

 a { background-color: rgb(164,23,127); }

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

border-color css

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

 span { border-color: rgb(164,23,127); }

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