Html Css Color HEX #A668FA Medium Purple

📋 copy color: '#A668FA'

red 166 ◦ green 104 ◦ blue 250

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

Shades of Medium Purple #A668FA

Tints of Medium Purple #A668FA

RGB

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

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

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

R = 31.92%
G = 20%
B = 48.08%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A668FA (or 0xA668FA) is known color: Medium Purple. HEX triplet: A6, 68 and FA. RGB value is (166,104,250). Sum of RGB (Red+Green+Blue) = 166+104+250=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #A668FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A668FA is #599705. Grayscale: #8A8A8A. Windows color (decimal): -5871366 or 16410790. OLE color: 16410790.

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

Color convert

RGB 166 104 250 -
CMYK 0.34 0.58 0 0.02
HSL 265.48º 0.94% 0.69% -
HSV(B) 265.48º 0.58% 0.98% -
XYZ 37.93 24.91 93.25 -
YUV 139.18 190.54 147.13 -
System Red Green Blue C M Y K H S L
Decimal 166 104 250 0.34 0.58 0 0.02 265.48 0.94 0.69
Hex A6 68 FA 22 3A 0 2 109 5E 45
Octal 246 150 372 42 72 0 2 411 136 105
Binary 10100110 1101000 11111010 100010 111010 0 10 100001001 1011110 1000101

Color Harmonies of #A668FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668FA

Black with #A668FA

Text Example


Text Example

White with #A668FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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