Html Css Color HEX #A670EE Medium Purple

📋 copy color: '#A670EE'

red 166 ◦ green 112 ◦ blue 238

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

Shades of Medium Purple #A670EE

Tints of Medium Purple #A670EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 32.17%
G = 21.71%
B = 46.12%

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

#A670EE (or 0xA670EE) is known color: Medium Purple. HEX triplet: A6, 70 and EE. RGB value is (166,112,238). Sum of RGB (Red+Green+Blue) = 166+112+238=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #A670EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A670EE is #598F11. Grayscale: #8E8E8E. Windows color (decimal): -5869330 or 15626406. OLE color: 15626406.

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

Color convert

RGB 166 112 238 -
CMYK 0.30 0.53 0 0.07
HSL 265.71º 0.79% 0.69% -
HSV(B) 265.71º 0.53% 0.93% -
XYZ 36.95 25.87 83.93 -
YUV 142.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 166 112 238 0.30 0.53 0 0.07 265.71 0.79 0.69
Hex A6 70 EE 1E 35 0 7 10A 4F 45
Octal 246 160 356 36 65 0 7 412 117 105
Binary 10100110 1110000 11101110 11110 110101 0 111 100001010 1001111 1000101

Color Harmonies of #A670EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670EE

Black with #A670EE

Text Example


Text Example

White with #A670EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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