Html Css Color HEX #A668FD Medium Purple

📋 copy color: '#A668FD'

red 166 ◦ green 104 ◦ blue 253

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

Shades of Medium Purple #A668FD

Tints of Medium Purple #A668FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.37%

R = 31.74%
G = 19.89%
B = 48.37%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A668FD (or 0xA668FD) is known color: Medium Purple. HEX triplet: A6, 68 and FD. RGB value is (166,104,253). Sum of RGB (Red+Green+Blue) = 166+104+253=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #A668FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A668FD is #599702. Grayscale: #8A8A8A. Windows color (decimal): -5871363 or 16607398. OLE color: 16607398.

HSL color Cylindrical-coordinate representation of color #A668FD: hue angle of 264.97º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A668FD is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 104 253 -
CMYK 0.34 0.59 0 0.01
HSL 264.97º 0.97% 0.7% -
HSV(B) 264.97º 0.59% 0.99% -
XYZ 38.41 25.1 95.75 -
YUV 139.52 192.04 146.88 -
System Red Green Blue C M Y K H S L
Decimal 166 104 253 0.34 0.59 0 0.01 264.97 0.97 0.7
Hex A6 68 FD 22 3B 0 1 109 61 46
Octal 246 150 375 42 73 0 1 411 141 106
Binary 10100110 1101000 11111101 100010 111011 0 1 100001001 1100001 1000110

Color Harmonies of #A668FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668FD

Black with #A668FD

Text Example


Text Example

White with #A668FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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