Html Css Color HEX #A660FF Medium Purple

📋 copy color: '#A660FF'

red 166 ◦ green 96 ◦ blue 255

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

Shades of Medium Purple #A660FF

Tints of Medium Purple #A660FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 32.11%
G = 18.57%
B = 49.32%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A660FF (or 0xA660FF) is known color: Medium Purple. HEX triplet: A6, 60 and FF. RGB value is (166,96,255). Sum of RGB (Red+Green+Blue) = 166+96+255=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #A660FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A660FF is #599F00. Grayscale: #868686. Windows color (decimal): -5873409 or 16736422. OLE color: 16736422.

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

Color convert

RGB 166 96 255 -
CMYK 0.35 0.62 0 0
HSL 266.42º 1% 0.69% -
HSV(B) 266.42º 0.62% 1% -
XYZ 37.96 23.69 97.18 -
YUV 135.06 195.69 150.07 -
System Red Green Blue C M Y K H S L
Decimal 166 96 255 0.35 0.62 0 0 266.42 1 0.69
Hex A6 60 FF 23 3E 0 0 10A 64 45
Octal 246 140 377 43 76 0 0 412 144 105
Binary 10100110 1100000 11111111 100011 111110 0 0 100001010 1100100 1000101

Color Harmonies of #A660FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A660FF

Black with #A660FF

Text Example


Text Example

White with #A660FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A660FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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