Html Css Color HEX #A471DF Medium Purple

📋 copy color: '#A471DF'

red 164 ◦ green 113 ◦ blue 223

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

Shades of Medium Purple #A471DF

Tints of Medium Purple #A471DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.6%

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 32.8%
G = 22.6%
B = 44.6%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A471DF (or 0xA471DF) is known color: Medium Purple. HEX triplet: A4, 71 and DF. RGB value is (164,113,223). Sum of RGB (Red+Green+Blue) = 164+113+223=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #A471DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471DF is #5B8E20. Grayscale: #8C8C8C. Windows color (decimal): -6000161 or 14643620. OLE color: 14643620.

HSL color Cylindrical-coordinate representation of color #A471DF: hue angle of 267.82º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A471DF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 113 223 -
CMYK 0.26 0.49 0 0.13
HSL 267.82º 0.63% 0.66% -
HSV(B) 267.82º 0.49% 0.87% -
XYZ 34.53 25.03 72.82 -
YUV 140.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 164 113 223 0.26 0.49 0 0.13 267.82 0.63 0.66
Hex A4 71 DF 1A 31 0 D 10C 3F 42
Octal 244 161 337 32 61 0 15 414 77 102
Binary 10100100 1110001 11011111 11010 110001 0 1101 100001100 111111 1000010

Color Harmonies of #A471DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A471DF

Black with #A471DF

Text Example


Text Example

White with #A471DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A471DF; }

 p { color: rgb(164,113,223); }

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

background-color css

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

 a { background-color: rgb(164,113,223); }

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

border-color css

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

 span { border-color: rgb(164,113,223); }

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