Html Css Color HEX #A666FA Medium Purple

📋 copy color: '#A666FA'

red 166 ◦ green 102 ◦ blue 250

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

Shades of Medium Purple #A666FA

Tints of Medium Purple #A666FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.69%

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 32.05%
G = 19.69%
B = 48.26%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A666FA (or 0xA666FA) is known color: Medium Purple. HEX triplet: A6, 66 and FA. RGB value is (166,102,250). Sum of RGB (Red+Green+Blue) = 166+102+250=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #A666FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A666FA is #599905. Grayscale: #898989. Windows color (decimal): -5871878 or 16410278. OLE color: 16410278.

HSL color Cylindrical-coordinate representation of color #A666FA: hue angle of 265.95º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A666FA is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 102 250 -
CMYK 0.34 0.59 0 0.02
HSL 265.95º 0.94% 0.69% -
HSV(B) 265.95º 0.59% 0.98% -
XYZ 37.73 24.51 93.19 -
YUV 138.01 191.2 147.97 -
System Red Green Blue C M Y K H S L
Decimal 166 102 250 0.34 0.59 0 0.02 265.95 0.94 0.69
Hex A6 66 FA 22 3B 0 2 10A 5E 45
Octal 246 146 372 42 73 0 2 412 136 105
Binary 10100110 1100110 11111010 100010 111011 0 10 100001010 1011110 1000101

Color Harmonies of #A666FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666FA

Black with #A666FA

Text Example


Text Example

White with #A666FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666FA; }

 p { color: rgb(166,102,250); }

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

background-color css

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

 a { background-color: rgb(166,102,250); }

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

border-color css

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

 span { border-color: rgb(166,102,250); }

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