Html Css Color HEX #A663FD Medium Purple

📋 copy color: '#A663FD'

red 166 ◦ green 99 ◦ blue 253

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

Shades of Medium Purple #A663FD

Tints of Medium Purple #A663FD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.11%

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

R = 32.05%
G = 19.11%
B = 48.84%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A663FD (or 0xA663FD) is known color: Medium Purple. HEX triplet: A6, 63 and FD. RGB value is (166,99,253). Sum of RGB (Red+Green+Blue) = 166+99+253=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #A663FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A663FD is #599C02. Grayscale: #888888. Windows color (decimal): -5872643 or 16606118. OLE color: 16606118.

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

Color convert

RGB 166 99 253 -
CMYK 0.34 0.61 0 0.01
HSL 266.1º 0.97% 0.69% -
HSV(B) 266.1º 0.61% 0.99% -
XYZ 37.92 24.12 95.59 -
YUV 136.59 193.7 148.98 -
System Red Green Blue C M Y K H S L
Decimal 166 99 253 0.34 0.61 0 0.01 266.1 0.97 0.69
Hex A6 63 FD 22 3D 0 1 10A 61 45
Octal 246 143 375 42 75 0 1 412 141 105
Binary 10100110 1100011 11111101 100010 111101 0 1 100001010 1100001 1000101

Color Harmonies of #A663FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A663FD

Black with #A663FD

Text Example


Text Example

White with #A663FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A663FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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