Html Css Color HEX #A660FE Medium Purple

📋 copy color: '#A660FE'

red 166 ◦ green 96 ◦ blue 254

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

Shades of Medium Purple #A660FE

Tints of Medium Purple #A660FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 32.17%
G = 18.6%
B = 49.22%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A660FE (or 0xA660FE) is known color: Medium Purple. HEX triplet: A6, 60 and FE. RGB value is (166,96,254). Sum of RGB (Red+Green+Blue) = 166+96+254=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #A660FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A660FE is #599F01. Grayscale: #868686. Windows color (decimal): -5873410 or 16670886. OLE color: 16670886.

HSL color Cylindrical-coordinate representation of color #A660FE: hue angle of 266.58º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A660FE is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 96 254 -
CMYK 0.35 0.62 0 0.00
HSL 266.58º 0.99% 0.69% -
HSV(B) 266.58º 0.62% 1% -
XYZ 37.8 23.63 96.33 -
YUV 134.94 195.19 150.15 -
System Red Green Blue C M Y K H S L
Decimal 166 96 254 0.35 0.62 0 0.00 266.58 0.99 0.69
Hex A6 60 FE 23 3E 0 0 10B 63 45
Octal 246 140 376 43 76 0 0 413 143 105
Binary 10100110 1100000 11111110 100011 111110 0 0 100001011 1100011 1000101

Color Harmonies of #A660FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A660FE

Black with #A660FE

Text Example


Text Example

White with #A660FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A660FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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