Html Css Color HEX #A671EC Medium Purple

📋 copy color: '#A671EC'

red 166 ◦ green 113 ◦ blue 236

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

Shades of Medium Purple #A671EC

Tints of Medium Purple #A671EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 32.23%
G = 21.94%
B = 45.83%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A671EC (or 0xA671EC) is known color: Medium Purple. HEX triplet: A6, 71 and EC. RGB value is (166,113,236). Sum of RGB (Red+Green+Blue) = 166+113+236=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #A671EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A671EC is #598E13. Grayscale: #8E8E8E. Windows color (decimal): -5869076 or 15495590. OLE color: 15495590.

HSL color Cylindrical-coordinate representation of color #A671EC: hue angle of 265.85º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A671EC is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 113 236 -
CMYK 0.30 0.52 0 0.07
HSL 265.85º 0.76% 0.68% -
HSV(B) 265.85º 0.52% 0.93% -
XYZ 36.77 25.97 82.43 -
YUV 142.87 180.56 144.5 -
System Red Green Blue C M Y K H S L
Decimal 166 113 236 0.30 0.52 0 0.07 265.85 0.76 0.68
Hex A6 71 EC 1E 34 0 7 10A 4C 44
Octal 246 161 354 36 64 0 7 412 114 104
Binary 10100110 1110001 11101100 11110 110100 0 111 100001010 1001100 1000100

Color Harmonies of #A671EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671EC

Black with #A671EC

Text Example


Text Example

White with #A671EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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