Html Css Color HEX #A660FD Medium Purple

📋 copy color: '#A660FD'

red 166 ◦ green 96 ◦ blue 253

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

Shades of Medium Purple #A660FD

Tints of Medium Purple #A660FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.64%

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

R = 32.23%
G = 18.64%
B = 49.13%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A660FD (or 0xA660FD) is known color: Medium Purple. HEX triplet: A6, 60 and FD. RGB value is (166,96,253). Sum of RGB (Red+Green+Blue) = 166+96+253=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #A660FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A660FD is #599F02. Grayscale: #868686. Windows color (decimal): -5873411 or 16605350. OLE color: 16605350.

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

Color convert

RGB 166 96 253 -
CMYK 0.34 0.62 0 0.01
HSL 266.75º 0.98% 0.68% -
HSV(B) 266.75º 0.62% 0.99% -
XYZ 37.64 23.56 95.49 -
YUV 134.83 194.69 150.23 -
System Red Green Blue C M Y K H S L
Decimal 166 96 253 0.34 0.62 0 0.01 266.75 0.98 0.68
Hex A6 60 FD 22 3E 0 1 10B 62 44
Octal 246 140 375 42 76 0 1 413 142 104
Binary 10100110 1100000 11111101 100010 111110 0 1 100001011 1100010 1000100

Color Harmonies of #A660FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A660FD

Black with #A660FD

Text Example


Text Example

White with #A660FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A660FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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