Html Css Color HEX #A474DF Medium Purple

📋 copy color: '#A474DF'

red 164 ◦ green 116 ◦ blue 223

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

Shades of Medium Purple #A474DF

Tints of Medium Purple #A474DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.06%

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

R = 32.6%
G = 23.06%
B = 44.33%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A474DF (or 0xA474DF) is known color: Medium Purple. HEX triplet: A4, 74 and DF. RGB value is (164,116,223). Sum of RGB (Red+Green+Blue) = 164+116+223=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #A474DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474DF is #5B8B20. Grayscale: #8E8E8E. Windows color (decimal): -5999393 or 14644388. OLE color: 14644388.

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

Color convert

RGB 164 116 223 -
CMYK 0.26 0.48 0 0.13
HSL 266.92º 0.63% 0.66% -
HSV(B) 266.92º 0.48% 0.87% -
XYZ 34.87 25.71 72.94 -
YUV 142.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 164 116 223 0.26 0.48 0 0.13 266.92 0.63 0.66
Hex A4 74 DF 1A 30 0 D 10B 3F 42
Octal 244 164 337 32 60 0 15 413 77 102
Binary 10100100 1110100 11011111 11010 110000 0 1101 100001011 111111 1000010

Color Harmonies of #A474DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474DF

Black with #A474DF

Text Example


Text Example

White with #A474DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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