Html Css Color HEX #A670ED Medium Purple

📋 copy color: '#A670ED'

red 166 ◦ green 112 ◦ blue 237

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

Shades of Medium Purple #A670ED

Tints of Medium Purple #A670ED

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.75%

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 32.23%
G = 21.75%
B = 46.02%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A670ED (or 0xA670ED) is known color: Medium Purple. HEX triplet: A6, 70 and ED. RGB value is (166,112,237). Sum of RGB (Red+Green+Blue) = 166+112+237=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #A670ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A670ED is #598F12. Grayscale: #8D8D8D. Windows color (decimal): -5869331 or 15560870. OLE color: 15560870.

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

Color convert

RGB 166 112 237 -
CMYK 0.30 0.53 0 0.07
HSL 265.92º 0.78% 0.68% -
HSV(B) 265.92º 0.53% 0.93% -
XYZ 36.81 25.81 83.16 -
YUV 142.4 181.39 144.84 -
System Red Green Blue C M Y K H S L
Decimal 166 112 237 0.30 0.53 0 0.07 265.92 0.78 0.68
Hex A6 70 ED 1E 35 0 7 10A 4E 44
Octal 246 160 355 36 65 0 7 412 116 104
Binary 10100110 1110000 11101101 11110 110101 0 111 100001010 1001110 1000100

Color Harmonies of #A670ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670ED

Black with #A670ED

Text Example


Text Example

White with #A670ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670ED; }

 p { color: rgb(166,112,237); }

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

background-color css

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

 a { background-color: rgb(166,112,237); }

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

border-color css

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

 span { border-color: rgb(166,112,237); }

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