Html Css Color HEX #A66DFA Medium Purple

📋 copy color: '#A66DFA'

red 166 ◦ green 109 ◦ blue 250

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

Shades of Medium Purple #A66DFA

Tints of Medium Purple #A66DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.76%

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

R = 31.62%
G = 20.76%
B = 47.62%

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

#A66DFA (or 0xA66DFA) is known color: Medium Purple. HEX triplet: A6, 6D and FA. RGB value is (166,109,250). Sum of RGB (Red+Green+Blue) = 166+109+250=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #A66DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66DFA is #599205. Grayscale: #8D8D8D. Windows color (decimal): -5870086 or 16412070. OLE color: 16412070.

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

Color convert

RGB 166 109 250 -
CMYK 0.34 0.56 0 0.02
HSL 264.26º 0.93% 0.7% -
HSV(B) 264.26º 0.56% 0.98% -
XYZ 38.45 25.95 93.42 -
YUV 142.12 188.88 145.04 -
System Red Green Blue C M Y K H S L
Decimal 166 109 250 0.34 0.56 0 0.02 264.26 0.93 0.7
Hex A6 6D FA 22 38 0 2 108 5D 46
Octal 246 155 372 42 70 0 2 410 135 106
Binary 10100110 1101101 11111010 100010 111000 0 10 100001000 1011101 1000110

Color Harmonies of #A66DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66DFA

Black with #A66DFA

Text Example


Text Example

White with #A66DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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