Html Css Color HEX #A668EC Medium Purple

📋 copy color: '#A668EC'

red 166 ◦ green 104 ◦ blue 236

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

Shades of Medium Purple #A668EC

Tints of Medium Purple #A668EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.55%

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

R = 32.81%
G = 20.55%
B = 46.64%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A668EC (or 0xA668EC) is known color: Medium Purple. HEX triplet: A6, 68 and EC. RGB value is (166,104,236). Sum of RGB (Red+Green+Blue) = 166+104+236=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #A668EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A668EC is #599713. Grayscale: #898989. Windows color (decimal): -5871380 or 15493286. OLE color: 15493286.

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

Color convert

RGB 166 104 236 -
CMYK 0.30 0.56 0 0.07
HSL 268.18º 0.78% 0.67% -
HSV(B) 268.18º 0.56% 0.93% -
XYZ 35.82 24.06 82.11 -
YUV 137.59 183.54 148.27 -
System Red Green Blue C M Y K H S L
Decimal 166 104 236 0.30 0.56 0 0.07 268.18 0.78 0.67
Hex A6 68 EC 1E 38 0 7 10C 4E 43
Octal 246 150 354 36 70 0 7 414 116 103
Binary 10100110 1101000 11101100 11110 111000 0 111 100001100 1001110 1000011

Color Harmonies of #A668EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668EC

Black with #A668EC

Text Example


Text Example

White with #A668EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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