Html Css Color HEX #A671E1 Medium Purple

📋 copy color: '#A671E1'

red 166 ◦ green 113 ◦ blue 225

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

Shades of Medium Purple #A671E1

Tints of Medium Purple #A671E1

RGB

 RED value IS 166 (65.23% from 255) = 32.94%

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

 BLUE value IS 225 (88.28% from 255) = 44.64%

R = 32.94%
G = 22.42%
B = 44.64%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A671E1 (or 0xA671E1) is known color: Medium Purple. HEX triplet: A6, 71 and E1. RGB value is (166,113,225). Sum of RGB (Red+Green+Blue) = 166+113+225=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #A671E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671E1 is #598E1E. Grayscale: #8D8D8D. Windows color (decimal): -5869087 or 14774694. OLE color: 14774694.

HSL color Cylindrical-coordinate representation of color #A671E1: hue angle of 268.39º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A671E1 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 113 225 -
CMYK 0.26 0.50 0 0.12
HSL 268.39º 0.65% 0.66% -
HSV(B) 268.39º 0.5% 0.88% -
XYZ 35.22 25.35 74.27 -
YUV 141.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 166 113 225 0.26 0.50 0 0.12 268.39 0.65 0.66
Hex A6 71 E1 1A 32 0 C 10C 41 42
Octal 246 161 341 32 62 0 14 414 101 102
Binary 10100110 1110001 11100001 11010 110010 0 1100 100001100 1000001 1000010

Color Harmonies of #A671E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671E1

Black with #A671E1

Text Example


Text Example

White with #A671E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671E1; }

 p { color: rgb(166,113,225); }

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

background-color css

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

 a { background-color: rgb(166,113,225); }

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

border-color css

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

 span { border-color: rgb(166,113,225); }

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