Html Css Color HEX #A66EFA Medium Purple

📋 copy color: '#A66EFA'

red 166 ◦ green 110 ◦ blue 250

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

Shades of Medium Purple #A66EFA

Tints of Medium Purple #A66EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.91%

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

R = 31.56%
G = 20.91%
B = 47.53%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A66EFA (or 0xA66EFA) is known color: Medium Purple. HEX triplet: A6, 6E and FA. RGB value is (166,110,250). Sum of RGB (Red+Green+Blue) = 166+110+250=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #A66EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66EFA is #599105. Grayscale: #8E8E8E. Windows color (decimal): -5869830 or 16412326. OLE color: 16412326.

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

Color convert

RGB 166 110 250 -
CMYK 0.34 0.56 0 0.02
HSL 264º 0.93% 0.71% -
HSV(B) 264º 0.56% 0.98% -
XYZ 38.56 26.16 93.46 -
YUV 142.7 188.55 144.62 -
System Red Green Blue C M Y K H S L
Decimal 166 110 250 0.34 0.56 0 0.02 264 0.93 0.71
Hex A6 6E FA 22 38 0 2 108 5D 47
Octal 246 156 372 42 70 0 2 410 135 107
Binary 10100110 1101110 11111010 100010 111000 0 10 100001000 1011101 1000111

Color Harmonies of #A66EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66EFA

Black with #A66EFA

Text Example


Text Example

White with #A66EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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